Lines Matching refs:template
107 #define DEFINE_EVENT(template, name, proto, args) \ argument
112 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
113 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
117 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
186 #define DEFINE_EVENT(template, name, proto, args) argument
189 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
190 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
330 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
335 struct ftrace_raw_##template *field; \
421 #define DEFINE_EVENT(template, name, proto, args) argument
424 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
425 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
501 #define DEFINE_EVENT(template, name, proto, args) argument
504 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
505 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
694 #define DEFINE_EVENT(template, call, proto, args) \ argument
697 check_trace_callback_type_##call(ftrace_raw_event_##template); \
701 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
735 #define DEFINE_EVENT(template, call, proto, args) \ argument
738 .class = &event_class_##template, \
742 .event.funcs = &ftrace_event_type_funcs_##template, \
743 .print_fmt = print_fmt_##template, \
750 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
755 .class = &event_class_##template, \
846 #define DEFINE_EVENT(template, call, proto, args) \ argument
849 check_trace_callback_type_##call(perf_trace_##template); \
854 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
855 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))