Lines Matching refs:print
74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
80 PARAMS(print)); \
112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
131 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
137 assign, print, reg, unreg) \ argument
139 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
143 assign, print, reg, unreg) \ argument
145 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
213 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
351 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
367 trace_seq_printf(s, print); \
376 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
395 return trace_output_call(iter, #call, print); \
442 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
448 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
510 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
673 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
734 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
736 static char print_fmt_##call[] = print; \
763 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
765 static char print_fmt_##call[] = print; \