Part of the gradual TRACE_EVENT() semicolon removal. Enables creation of array of events, thus saving space for trace event probes. Signed-off-by: Mathieu Desnoyers CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar CC: Thomas Gleixner CC: Li Zefan --- samples/trace_events/trace-events-sample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6-lttng/samples/trace_events/trace-events-sample.h =================================================================== --- linux-2.6-lttng.orig/samples/trace_events/trace-events-sample.h +++ linux-2.6-lttng/samples/trace_events/trace-events-sample.h @@ -91,7 +91,7 @@ TRACE_EVENT(foo_bar, ), TP_printk("foo %s %d", __entry->foo, __entry->bar) -); +) #endif /***** NOTICE! The #if protection ends here. *****/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/