Lines Matching refs:args
105 #define PARAMS(args...) args argument
145 #define TP_PROTO(args...) args argument
146 #define TP_ARGS(args...) args argument
147 #define TP_CONDITION(args...) args argument
172 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument
203 ((void(*)(proto))(it_func))(args); \
216 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
226 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
240 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
253 __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \
306 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
402 #define DECLARE_TRACE(name, proto, args) \ argument
403 __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \
406 PARAMS(__data, args))
408 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
409 __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \
412 PARAMS(__data, args))
526 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
527 #define DEFINE_EVENT(template, name, proto, args) \ argument
528 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
529 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
530 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
531 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
532 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
534 args, cond) \ argument
536 PARAMS(args), PARAMS(cond))
538 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
539 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
540 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument
542 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
543 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
546 PARAMS(args), PARAMS(cond))
547 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
550 PARAMS(args), PARAMS(cond))
556 #define DECLARE_EVENT_NOP(name, proto, args) \ argument
564 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
565 DECLARE_EVENT_NOP(name, PARAMS(proto), PARAMS(args))
567 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
568 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument
569 DECLARE_EVENT_NOP(name, PARAMS(proto), PARAMS(args))