Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
Conflicts: include/linux/tracepoint.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -45,6 +45,15 @@
|
||||
}; \
|
||||
static struct ftrace_event_call event_##name
|
||||
|
||||
/* Callbacks are meaningless to ftrace. */
|
||||
#undef TRACE_EVENT_FN
|
||||
#define TRACE_EVENT_FN(name, proto, args, tstruct, \
|
||||
assign, print, reg, unreg) \
|
||||
TRACE_EVENT(name, TP_PROTO(proto), TP_ARGS(args), \
|
||||
TP_STRUCT__entry(tstruct), \
|
||||
TP_fast_assign(assign), \
|
||||
TP_printk(print))
|
||||
|
||||
#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user