Lines Matching refs:print
74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
80 PARAMS(print)); \
115 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
134 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
140 assign, print, reg, unreg) \ argument
142 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
146 assign, print, reg, unreg) \ argument
148 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
210 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
219 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
383 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
399 trace_event_printf(iter, print); \
408 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
427 return trace_output_call(iter, #call, print); \
475 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
481 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
546 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
719 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
790 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
792 static char print_fmt_##call[] = print; \
819 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
821 static char print_fmt_##call[] = print; \