Searched refs:TRACE_CUSTOM_EVENT (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/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-6.6.21/samples/trace_events/ |
D | trace_custom_sched.h | 21 TRACE_CUSTOM_EVENT(sched_switch, 59 TRACE_CUSTOM_EVENT(sched_waking,
|
/linux-6.6.21/include/linux/ |
D | trace_events.h | 973 #ifndef TRACE_CUSTOM_EVENT 977 #define TRACE_CUSTOM_EVENT(name, proto, args, struct, assign, print) macro
|