Lines Matching defs:DEFINE_EVENT
33 * Each tracepoint can be defined with DEFINE_EVENT and that
46 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
60 #undef DEFINE_EVENT
61 #define DEFINE_EVENT(template, name, proto, args) \
67 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
71 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
120 #undef DEFINE_EVENT
121 #define DEFINE_EVENT(template, name, proto, args)
412 #undef DEFINE_EVENT
413 #define DEFINE_EVENT(template, call, proto, args) \
437 #undef DEFINE_EVENT
438 #define DEFINE_EVENT(template, call, proto, args) \