Home
last modified time | relevance | path

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

/openbmc/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 \
128 tstruct; \
[all …]
H A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
43 PARAMS(tstruct), \
54 tstruct \
75 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
84 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
117 tstruct; \
244 tstruct \
263 tstruct; \
[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 Dperf.h16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
49 tstruct \
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
H A Dbpf_probe.h54 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
/openbmc/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))
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 Dtrace.h103 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
106 tstruct \
110 #define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk) argument
113 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument
114 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
117 #define FTRACE_ENTRY_PACKED(name, struct_name, id, tstruct, print) \ argument
1925 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument
1929 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument
1930 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print))
1932 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument
[all …]
/openbmc/linux/include/linux/
H A Dtracepoint.h553 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
594 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
H A Dtrace_events.h975 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument