Home
last modified time | relevance | path

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

/linux/include/trace/
H 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 \
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
H 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
H 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
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
/linux/kernel/trace/
H A Dtrace_export.c32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument
33 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
73 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
75 tstruct \
86 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument
87 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
139 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
141 tstruct \
180 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument
201 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument
[all …]
/linux/include/linux/
H A Dtracepoint.h651 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
695 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument