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); \
440 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
446 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
508 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
671 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
732 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
734 static char print_fmt_##call[] = print; \
761 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
763 static char print_fmt_##call[] = print; \