Lines Matching defs:args
59 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
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
116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
121 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
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
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
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
647 #define TP_fast_assign(args...) args argument
659 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
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