| /include/trace/ |
| A D | trace_custom_events.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument 120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
|
| A D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 61 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 88 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 94 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 128 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 261 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument 277 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 404 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 433 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument [all …]
|
| A D | perf.h | 16 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 65 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 78 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
|
| A D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
|
| A D | define_custom_trace.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
|
| A D | bpf_probe.h | 53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 67 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
|
| /include/linux/ |
| A D | tracepoint.h | 606 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 650 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
|
| A D | trace_events.h | 967 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
|