/linux/include/trace/ |
H A D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 43 PARAMS(tstruct), \ 49 #define TRACE_EVENT_SYSCALL(name, proto, args, tstruct, assign, print, reg, unreg) \ argument 53 PARAMS(tstruct), \ 61 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 64 tstruct \ 88 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 91 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 94 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 97 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ [all …]
|
H A D | trace_custom_events.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument 31 PARAMS(tstruct), \ 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 44 tstruct \ 62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 64 tstruct; \ 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 110 tstruct \ 120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument [all …]
|
H A D | perf.h | 16 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 49 tstruct \ 65 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 66 __DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), PARAMS(tstruct), \ 78 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument 79 __DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), PARAMS(tstruct), \
|
H 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 35 PARAMS(tstruct), \ 40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
|
H 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
|
H A D | define_custom_trace.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
|
/linux/kernel/trace/ |
H A D | trace_export.c | 32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument 33 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 70 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 72 tstruct \ 83 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument 84 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 133 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 135 tstruct \ 171 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument 192 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument [all …]
|
H A D | trace.h | 104 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 107 tstruct \ 111 #define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk) argument 114 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument 115 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 118 #define FTRACE_ENTRY_PACKED(name, struct_name, id, tstruct, print) \ argument 119 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) __packed 2044 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument 2048 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument 2049 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print)) [all …]
|
/linux/include/linux/ |
H A D | tracepoint.h | 598 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 642 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
|
H A D | trace_events.h | 974 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
|