Lines Matching defs:args
96 #define PARAMS(args...) args argument
112 #define TP_PROTO(args...) args argument
113 #define TP_ARGS(args...) args argument
114 #define TP_CONDITION(args...) args argument
128 #define __DO_TRACE(tp, proto, args, cond, prercu, postrcu) \ argument
151 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
163 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
177 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
240 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
336 #define DECLARE_TRACE(name, proto, args) \ argument
342 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
460 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
461 #define DEFINE_EVENT(template, name, proto, args) \ argument
463 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
465 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
468 args, cond) \ argument
472 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
474 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument
477 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument