/linux-6.3-rc2/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 51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 75 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 187 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 242 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument 255 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 378 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 424 #define DECLARE_EVENT_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 | perf.h | 16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
|
A D | define_custom_trace.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
|
A D | bpf_probe.h | 52 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_export.c | 32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument 67 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 80 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument 127 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 162 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument 183 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument
|
A D | trace.h | 93 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 100 #define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk) argument 103 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument 107 #define FTRACE_ENTRY_PACKED(name, struct_name, id, tstruct, print) \ argument 1884 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument 1888 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument 1891 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument
|
/linux-6.3-rc2/include/linux/ |
A D | tracepoint.h | 551 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 592 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
|
A D | trace_events.h | 948 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
|