Lines Matching defs:args

31 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \  argument
57 #define TP_STRUCT__entry(args...) args argument
60 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
70 #define DEFINE_EVENT(template, name, proto, args) \ argument
75 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
80 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
124 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
130 #define DEFINE_EVENT(template, name, proto, args) argument
133 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
183 #define TP_printk(fmt, args...) fmt "\n", args argument
225 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
263 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
337 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
350 #define DEFINE_EVENT(template, name, proto, args) argument
353 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
386 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
399 #define DEFINE_EVENT(template, name, proto, args) argument
402 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
511 #define TP_fast_assign(args...) args argument
514 #define TP_perf_assign(args...) argument
517 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
559 #define DEFINE_EVENT(template, call, proto, args) \ argument
566 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
579 #define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args) argument
582 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
596 #define DEFINE_EVENT(template, call, proto, args) \ argument
608 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
716 #define TP_perf_assign(args...) args argument
719 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
764 #define DEFINE_EVENT(template, call, proto, args) \ argument
772 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument