Lines Matching refs:print
74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
80 PARAMS(print)); \
112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
131 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
137 assign, print, reg, unreg) \
139 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
143 assign, print, reg, unreg) \
145 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
213 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
257 * This is the method used to print the raw event to the trace
351 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
367 trace_event_printf(iter, print); \
376 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \
395 return trace_output_call(iter, #call, print); \
442 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \
448 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
510 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
673 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
734 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
736 static char print_fmt_##call[] = print; \
763 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \
765 static char print_fmt_##call[] = print; \