Lines Matching refs:print
59 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
65 PARAMS(print)); \
97 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
122 assign, print, reg, unreg) \ argument
124 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
180 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
189 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
305 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
321 trace_seq_printf(s, print); \
330 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
349 return trace_output_call(iter, #call, print); \
408 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
424 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
487 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
504 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
659 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
701 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
721 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
723 static char print_fmt_##call[] = print; \
750 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
752 static char print_fmt_##call[] = print; \