Lines Matching refs:template
61 #define DEFINE_EVENT(template, name, proto, args) \ argument
66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
67 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
71 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
121 #define DEFINE_EVENT(template, name, proto, args) argument
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
212 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
217 struct trace_event_raw_##template *field; \
248 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
413 #define DEFINE_EVENT(template, call, proto, args) \ argument
416 check_trace_callback_type_##call(trace_event_raw_event_##template); \
438 #define DEFINE_EVENT(template, call, proto, args) \ argument
441 .class = &event_class_##template, \
445 .event.funcs = &trace_event_type_funcs_##template, \
446 .print_fmt = print_fmt_##template, \
453 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
458 .class = &event_class_##template, \