Searched refs:DECLARE_CUSTOM_EVENT_CLASS (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/trace/ |
D | trace_custom_events.h | 28 DECLARE_CUSTOM_EVENT_CLASS(name, \ 40 #undef DECLARE_CUSTOM_EVENT_CLASS 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ macro 61 #undef DECLARE_CUSTOM_EVENT_CLASS 62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ macro 76 #undef DECLARE_CUSTOM_EVENT_CLASS 77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ macro 107 #undef DECLARE_CUSTOM_EVENT_CLASS 108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ macro 119 #undef DECLARE_CUSTOM_EVENT_CLASS [all …]
|
D | define_custom_trace.h | 59 #undef DECLARE_CUSTOM_EVENT_CLASS
|
/linux-6.6.21/include/linux/ |
D | trace_events.h | 975 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) macro
|