Lines Matching refs:args

59 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \  argument
62 PARAMS(args), \
66 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
94 #define TP_STRUCT__entry(args...) args argument
97 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
107 #define DEFINE_EVENT(template, name, proto, args) \ argument
112 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
113 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
117 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
121 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
123 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
180 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
186 #define DEFINE_EVENT(template, name, proto, args) argument
189 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
190 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
242 #define TP_printk(fmt, args...) fmt "\n", args argument
305 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
330 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
408 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
421 #define DEFINE_EVENT(template, name, proto, args) argument
424 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
425 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
487 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
501 #define DEFINE_EVENT(template, name, proto, args) argument
504 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
505 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
647 #define TP_fast_assign(args...) args argument
659 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
673 __data_size = trace_event_get_offsets_##call(&__data_offsets, args); \
694 #define DEFINE_EVENT(template, call, proto, args) \ argument
701 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
718 #define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args) argument
721 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
735 #define DEFINE_EVENT(template, call, proto, args) \ argument
750 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument