Lines Matching refs:proto

73 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \  argument
75 PARAMS(proto), \
80 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
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))
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
529 struct trace_event_data_offsets_##call *__data_offsets, proto) \
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))
641 #define _TRACE_PERF_PROTO(call, proto) \ argument
643 perf_trace_##call(void *__data, proto);
649 #define _TRACE_PERF_PROTO(call, proto) argument
696 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
699 trace_event_raw_event_##call(void *__data, proto) \
731 #define DEFINE_EVENT(template, call, proto, args) \ argument
738 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
759 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
760 _TRACE_PERF_PROTO(call, PARAMS(proto)); \
773 #define DEFINE_EVENT(template, call, proto, args) \ argument
788 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument