Lines Matching refs:args

39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \  argument
42 PARAMS(args), \
46 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
49 #define TRACE_EVENT_SYSCALL(name, proto, args, tstruct, assign, print, reg, unreg) \ argument
52 PARAMS(args), \
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
404 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
417 __data_size = trace_event_get_offsets_##call(&__data_offsets, args); \
433 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
434 __DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), PARAMS(tstruct), \
439 do_trace_event_raw_event_##call(__data, args); \
443 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
444 __DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), PARAMS(tstruct), \
451 do_trace_event_raw_event_##call(__data, args); \
462 #define DEFINE_EVENT(template, call, proto, args) \ argument
475 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
492 #define DEFINE_EVENT(template, call, proto, args) \ argument
507 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument