Lines Matching refs:template
125 #define DEFINE_EVENT(template, name, proto, args) \ argument
130 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
131 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
134 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
135 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
216 #define DEFINE_EVENT(template, name, proto, args) argument
219 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
408 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
413 struct trace_event_raw_##template *field; \
481 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
754 #define DEFINE_EVENT(template, call, proto, args) \ argument
757 check_trace_callback_type_##call(trace_event_raw_event_##template); \
804 #define DEFINE_EVENT(template, call, proto, args) \ argument
807 .class = &event_class_##template, \
811 .event.funcs = &trace_event_type_funcs_##template, \
812 .print_fmt = print_fmt_##template, \
819 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
824 .class = &event_class_##template, \