diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-02-25 12:50:07 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-02-25 12:50:07 +0100 |
| commit | 2b1b858f690d6369a59ad241335eeedec6eb0c8c (patch) | |
| tree | 91838f66d8ef6bb42fe66849c5cbd05650d272a3 /include/linux | |
| parent | 886b5b73d71e4027d7dc6c14f5f7ab102201ea6b (diff) | |
| parent | 1473e4417c79f12d91ef91a469699bfa911f510f (diff) | |
| download | cachepc-linux-2b1b858f690d6369a59ad241335eeedec6eb0c8c.tar.gz cachepc-linux-2b1b858f690d6369a59ad241335eeedec6eb0c8c.zip | |
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tracepoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index 757005458366..34ae464effff 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h @@ -153,4 +153,7 @@ static inline void tracepoint_synchronize_unregister(void) synchronize_sched(); } +#define DEFINE_TRACE_FMT(name, proto, args, fmt) \ + DECLARE_TRACE(name, TPPROTO(proto), TPARGS(args)) + #endif |
