Lines Matching full:print
39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
45 PARAMS(print)); \
49 #define TRACE_EVENT_SYSCALL(name, proto, args, tstruct, assign, print, reg, unreg) \ argument
55 PARAMS(print)); \
61 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
83 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
89 assign, print, reg, unreg) \ argument
91 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
95 assign, print, reg, unreg) \ argument
97 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
128 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
140 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
195 * This is the method used to print the raw event to the trace
203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
219 trace_event_printf(iter, print); \
231 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
250 return trace_output_call(iter, #call, print); \
261 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
270 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
277 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
404 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
433 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
435 PARAMS(assign), PARAMS(print)) \
443 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
445 PARAMS(assign), PARAMS(print)) \
475 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
477 static char print_fmt_##call[] = print; \
507 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
509 static char print_fmt_##call[] = print; \