Lines Matching refs:args
26 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
33 PARAMS(args), \
39 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
44 #define DEFINE_EVENT(template, name, proto, args) \ argument
48 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
52 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
56 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
57 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
60 #define DECLARE_TRACE(name, proto, args) \ argument
87 #define DECLARE_TRACE(name, proto, args) argument