Searched refs:DECLARE_CUSTOM_EVENT_CLASS (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/trace/ |
H A 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 …]
|
H A D | define_custom_trace.h | 59 #undef DECLARE_CUSTOM_EVENT_CLASS
|
/openbmc/linux/include/linux/ |
H A D | trace_events.h | 994 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) 980 #define DECLARE_CUSTOM_EVENT_CLASS( global() macro
|