Lines Matching refs:template
74 #define DEFINE_EVENT(template, name, proto, args) \ argument
79 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
80 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
83 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
84 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
137 #define DEFINE_EVENT(template, name, proto, args) argument
140 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
231 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
236 struct trace_event_raw_##template *field; \
270 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
462 #define DEFINE_EVENT(template, call, proto, args) \ argument
465 check_trace_callback_type_##call(trace_event_raw_event_##template); \
492 #define DEFINE_EVENT(template, call, proto, args) \ argument
495 .class = &event_class_##template, \
499 .event.funcs = &trace_event_type_funcs_##template, \
500 .print_fmt = print_fmt_##template, \
507 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
512 .class = &event_class_##template, \