Searched refs:tstruct (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/trace/ |
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
|
D | trace_events.h | 73 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 77 PARAMS(tstruct), \ 111 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 114 tstruct \ 135 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 138 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 141 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 144 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 205 tstruct; \ [all …]
|
D | perf.h | 31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 64 tstruct \
|
D | bpf_probe.h | 59 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
|
/linux-4.19.296/include/linux/ |
D | tracepoint.h | 528 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
|