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: Josh Stone --- include/trace/events/syscalls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6-lttng/include/trace/events/syscalls.h =================================================================== --- linux-2.6-lttng.orig/include/trace/events/syscalls.h +++ linux-2.6-lttng/include/trace/events/syscalls.h @@ -38,7 +38,7 @@ TRACE_EVENT_FN(sys_enter, __entry->args[3], __entry->args[4], __entry->args[5]), syscall_regfunc, syscall_unregfunc -); +) TRACE_EVENT_FLAGS(sys_enter, TRACE_EVENT_FL_CAP_ANY) @@ -62,7 +62,7 @@ TRACE_EVENT_FN(sys_exit, __entry->id, __entry->ret), syscall_regfunc, syscall_unregfunc -); +) TRACE_EVENT_FLAGS(sys_exit, TRACE_EVENT_FL_CAP_ANY) -- 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/