• Home
  • Raw
  • Download

Lines Matching refs:args

73 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \  argument
76 PARAMS(args), \
80 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
108 #define TP_STRUCT__entry(args...) args argument
111 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
121 #define DEFINE_EVENT(template, name, proto, args) \ argument
126 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
127 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
130 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
131 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
135 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
137 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
141 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
143 TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \
203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
209 #define DEFINE_EVENT(template, name, proto, args) argument
212 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
213 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
265 #define TP_printk(fmt, args...) fmt "\n", args argument
344 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
369 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
448 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
461 #define DEFINE_EVENT(template, name, proto, args) argument
464 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
465 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
527 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
541 #define DEFINE_EVENT(template, name, proto, args) argument
544 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
545 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
687 #define TP_fast_assign(args...) args argument
696 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
710 __data_size = trace_event_get_offsets_##call(&__data_offsets, args); \
731 #define DEFINE_EVENT(template, call, proto, args) \ argument
738 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
756 #define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args) argument
759 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
773 #define DEFINE_EVENT(template, call, proto, args) \ argument
788 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument