summaryrefslogtreecommitdiffstats
path: root/include/linux/tracepoint.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-25 12:50:07 +0100
committerIngo Molnar <mingo@elte.hu>2009-02-25 12:50:07 +0100
commit2b1b858f690d6369a59ad241335eeedec6eb0c8c (patch)
tree91838f66d8ef6bb42fe66849c5cbd05650d272a3 /include/linux/tracepoint.h
parent886b5b73d71e4027d7dc6c14f5f7ab102201ea6b (diff)
parent1473e4417c79f12d91ef91a469699bfa911f510f (diff)
downloadkernel-crypto-2b1b858f690d6369a59ad241335eeedec6eb0c8c.tar.gz
kernel-crypto-2b1b858f690d6369a59ad241335eeedec6eb0c8c.tar.xz
kernel-crypto-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/tracepoint.h')
-rw-r--r--include/linux/tracepoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h
index 75700545836..34ae464efff 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