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