Lines Matching refs:print

73 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \  argument
79 PARAMS(print)); \
111 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
130 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
136 assign, print, reg, unreg) \ argument
138 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
142 assign, print, reg, unreg) \ argument
144 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
212 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
344 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
360 trace_seq_printf(s, print); \
369 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
388 return trace_output_call(iter, #call, print); \
448 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
464 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
527 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
544 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
696 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
738 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
759 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
761 static char print_fmt_##call[] = print; \
788 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
790 static char print_fmt_##call[] = print; \