Searched refs:TRACE_CUSTOM_EVENT (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/include/trace/ |
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
|
D | trace_custom_events.h | 26 #undef TRACE_CUSTOM_EVENT 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ macro
|
/linux-5.19.10/samples/trace_events/ |
D | trace_custom_sched.h | 21 TRACE_CUSTOM_EVENT(sched_switch, 59 TRACE_CUSTOM_EVENT(sched_waking,
|
/linux-5.19.10/include/linux/ |
D | trace_events.h | 946 #ifndef TRACE_CUSTOM_EVENT 950 #define TRACE_CUSTOM_EVENT(name, proto, args, struct, assign, print) macro
|