Lines Matching refs:print
39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
45 PARAMS(print)); \
51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
76 assign, print, reg, unreg) \ argument
78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
82 assign, print, reg, unreg) \ argument
84 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
187 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
203 trace_event_printf(iter, print); \
212 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
231 return trace_output_call(iter, #call, print); \
242 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
248 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
255 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
378 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
424 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
426 static char print_fmt_##call[] = print; \
453 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
455 static char print_fmt_##call[] = print; \