Lines Matching refs:template
36 * TRACE_EVENT is a one to one mapping between tracepoint and template.
61 #define DEFINE_EVENT(template, name, proto, args) \
66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \
67 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
71 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
121 #define DEFINE_EVENT(template, name, proto, args)
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
212 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \
217 struct trace_event_raw_##template *field; \
248 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
336 * static struct trace_event_class __used event_class_<template> = {
346 * .class = event_class_<template>,
413 #define DEFINE_EVENT(template, call, proto, args) \
416 check_trace_callback_type_##call(trace_event_raw_event_##template); \
438 #define DEFINE_EVENT(template, call, proto, args) \
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) \
458 .class = &event_class_##template, \