Searched refs:TRACE_CUSTOM_EVENT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/trace/ |
H A D | define_custom_trace.h | 26 #undef TRACE_CUSTOM_EVENT 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) macro 58 #undef TRACE_CUSTOM_EVENT
|
H A D | trace_custom_events.h | 26 #undef TRACE_CUSTOM_EVENT 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ macro
|
/openbmc/linux/samples/trace_events/ |
H A D | trace_custom_sched.h | 21 TRACE_CUSTOM_EVENT(sched_switch, 59 TRACE_CUSTOM_EVENT(sched_waking,
|
/openbmc/linux/include/linux/ |
H A D | trace_events.h | 978 #ifndef TRACE_CUSTOM_EVENT 982 #define TRACE_CUSTOM_EVENT(name, proto, args, struct, assign, print) macro
|