Searched refs:DEFINE_CUSTOM_EVENT (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/trace/ |
D | trace_custom_events.h | 34 DEFINE_CUSTOM_EVENT(name, name, PARAMS(proto), PARAMS(args)); 50 #undef DEFINE_CUSTOM_EVENT 51 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) \ macro 67 #undef DEFINE_CUSTOM_EVENT 68 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) macro 174 #undef DEFINE_CUSTOM_EVENT 175 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ macro 199 #undef DEFINE_CUSTOM_EVENT 200 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ macro
|
D | define_custom_trace.h | 29 #undef DEFINE_CUSTOM_EVENT 30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) macro 60 #undef DEFINE_CUSTOM_EVENT
|
/linux-6.6.21/include/linux/ |
D | trace_events.h | 976 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) macro
|