Lines Matching refs:proto

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