Lines Matching refs:proto
74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
76 PARAMS(proto), \
81 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
122 #define DEFINE_EVENT(template, name, proto, args) \ argument
127 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
128 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
131 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
132 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
136 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
138 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
142 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
144 TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \
204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
210 #define DEFINE_EVENT(template, name, proto, args) argument
213 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
351 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
376 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
440 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
446 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
508 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
510 struct trace_event_data_offsets_##call *__data_offsets, proto) \
616 #define _TRACE_PERF_PROTO(call, proto) \ argument
618 perf_trace_##call(void *__data, proto);
624 #define _TRACE_PERF_PROTO(call, proto) argument
671 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
674 trace_event_raw_event_##call(void *__data, proto) \
706 #define DEFINE_EVENT(template, call, proto, args) \ argument
732 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
733 _TRACE_PERF_PROTO(call, PARAMS(proto)); \
746 #define DEFINE_EVENT(template, call, proto, args) \ argument
761 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument