summaryrefslogtreecommitdiffstats
path: root/samples/tracepoints/tp-samples-trace.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2010-05-21 17:53:06 +0200
committerIngo Molnar <mingo@elte.hu>2010-05-21 17:53:46 +0200
commitf80836c86ebd44bf8f90882283a1618e09dfaed2 (patch)
treebe28455ff20df71fcebc3e59b2575721ab099ba3 /samples/tracepoints/tp-samples-trace.h
parent598357eba6a55d27ddc7ead80ebb83fe1aad9b83 (diff)
parentff5f149b6aec8edbfa3698721667acd043009a33 (diff)
downloadop-kernel-dev-f80836c86ebd44bf8f90882283a1618e09dfaed2.zip
op-kernel-dev-f80836c86ebd44bf8f90882283a1618e09dfaed2.tar.gz
Merge branch 'tip/tracing/core-7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
Diffstat (limited to 'samples/tracepoints/tp-samples-trace.h')
-rw-r--r--samples/tracepoints/tp-samples-trace.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/tracepoints/tp-samples-trace.h b/samples/tracepoints/tp-samples-trace.h
index dffdc49..4d46be9 100644
--- a/samples/tracepoints/tp-samples-trace.h
+++ b/samples/tracepoints/tp-samples-trace.h
@@ -7,7 +7,5 @@
DECLARE_TRACE(subsys_event,
TP_PROTO(struct inode *inode, struct file *file),
TP_ARGS(inode, file));
-DECLARE_TRACE(subsys_eventb,
- TP_PROTO(void),
- TP_ARGS());
+DECLARE_TRACE_NOARGS(subsys_eventb);
#endif
OpenPOWER on IntegriCloud