Lines Matching refs:proto
39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
41 PARAMS(proto), \
46 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
49 #define TRACE_EVENT_SYSCALL(name, proto, args, tstruct, assign, print, reg, unreg) \ argument
51 PARAMS(proto), \
56 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
61 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
74 #define DEFINE_EVENT(template, name, proto, args) \ argument
79 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
80 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
83 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
84 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
88 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
90 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
94 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
96 TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \
128 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
137 #define DEFINE_EVENT(template, name, proto, args) argument
140 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
231 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
261 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
270 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
277 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
279 struct trace_event_data_offsets_##call *__data_offsets, proto) \
388 #define _TRACE_PERF_PROTO(call, proto) \ argument
390 perf_trace_##call(void *__data, proto);
396 #define _TRACE_PERF_PROTO(call, proto) argument
404 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
406 do_trace_event_raw_event_##call(void *__data, proto) \
433 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
434 __DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), PARAMS(tstruct), \
437 trace_event_raw_event_##call(void *__data, proto) \
443 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
444 __DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), PARAMS(tstruct), \
447 trace_event_raw_event_##call(void *__data, proto) \
462 #define DEFINE_EVENT(template, call, proto, args) \ argument
475 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
476 _TRACE_PERF_PROTO(call, PARAMS(proto)); \
492 #define DEFINE_EVENT(template, call, proto, args) \ argument
507 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument