Lines Matching refs:proto
74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
76 PARAMS(proto), \
81 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
122 #define DEFINE_EVENT(template, name, proto, args) \
127 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \
128 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
131 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
132 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
136 #define TRACE_EVENT_FN(name, proto, args, tstruct, \
138 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
142 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \
144 TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \
204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
210 #define DEFINE_EVENT(template, name, proto, args)
213 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
351 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
376 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \
442 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \
448 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
510 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
512 struct trace_event_data_offsets_##call *__data_offsets, proto) \
535 * static void trace_event_raw_event_<call>(void *__data, proto)
618 #define _TRACE_PERF_PROTO(call, proto) \
620 perf_trace_##call(void *__data, proto);
626 #define _TRACE_PERF_PROTO(call, proto)
673 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
676 trace_event_raw_event_##call(void *__data, proto) \
708 #define DEFINE_EVENT(template, call, proto, args) \
734 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
735 _TRACE_PERF_PROTO(call, PARAMS(proto)); \
748 #define DEFINE_EVENT(template, call, proto, args) \
763 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \