Home
last modified time | relevance | path

Searched refs:tstruct (Results 1 – 8 of 8) sorted by relevance

/include/trace/
A Dtrace_custom_events.h27 #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 \
128 tstruct; \
[all …]
A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
43 PARAMS(tstruct), \
53 PARAMS(tstruct), \
64 tstruct \
88 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
91 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
97 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
130 tstruct; \
263 tstruct \
285 tstruct; \
[all …]
A Dperf.h16 #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), \
A Ddefine_trace.h27 #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
A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
A Dbpf_probe.h53 #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 Dtracepoint.h606 #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 Dtrace_events.h967 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument

Completed in 21 milliseconds