Lines Matching refs:proto

39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
41 PARAMS(proto), \
46 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
61 #define DEFINE_EVENT(template, name, proto, args) \
66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \
67 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
71 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
75 #define TRACE_EVENT_FN(name, proto, args, tstruct, \
77 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \
83 TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \
115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
121 #define DEFINE_EVENT(template, name, proto, args)
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
187 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
212 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \
242 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \
248 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
255 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
257 struct trace_event_data_offsets_##call *__data_offsets, proto) \
280 * static void trace_event_raw_event_<call>(void *__data, proto)
363 #define _TRACE_PERF_PROTO(call, proto) \
365 perf_trace_##call(void *__data, proto);
371 #define _TRACE_PERF_PROTO(call, proto)
378 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
381 trace_event_raw_event_##call(void *__data, proto) \
413 #define DEFINE_EVENT(template, call, proto, args) \
424 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
425 _TRACE_PERF_PROTO(call, PARAMS(proto)); \
438 #define DEFINE_EVENT(template, call, proto, args) \
453 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \