Lines Matching refs:args

74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
77 PARAMS(args), \
81 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
109 #define TP_STRUCT__entry(args...) args
112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
122 #define DEFINE_EVENT(template, name, proto, args) \
127 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \
128 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
131 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
132 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
136 #define TRACE_EVENT_FN(name, proto, args, tstruct, \
138 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
142 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \
144 TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \
204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
210 #define DEFINE_EVENT(template, name, proto, args)
213 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
266 #define TP_printk(fmt, args...) fmt "\n", args
351 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
376 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \
442 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \
448 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
510 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
559 * __data_size = trace_event_get_offsets_<call>(&__data_offsets, args);
664 #define TP_fast_assign(args...) args
673 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
687 __data_size = trace_event_get_offsets_##call(&__data_offsets, args); \
708 #define DEFINE_EVENT(template, call, proto, args) \
731 #define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args)
734 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
748 #define DEFINE_EVENT(template, call, proto, args) \
763 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \