Lines Matching refs:template
121 #define DEFINE_EVENT(template, name, proto, args) \ argument
126 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
127 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
130 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
131 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
209 #define DEFINE_EVENT(template, name, proto, args) argument
212 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
213 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
369 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
374 struct trace_event_raw_##template *field; \
461 #define DEFINE_EVENT(template, name, proto, args) argument
464 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
465 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
541 #define DEFINE_EVENT(template, name, proto, args) argument
544 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
545 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
731 #define DEFINE_EVENT(template, call, proto, args) \ argument
734 check_trace_callback_type_##call(trace_event_raw_event_##template); \
738 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
773 #define DEFINE_EVENT(template, call, proto, args) \ argument
776 .class = &event_class_##template, \
780 .event.funcs = &trace_event_type_funcs_##template, \
781 .print_fmt = print_fmt_##template, \
788 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
793 .class = &event_class_##template, \