Lines Matching refs:proto
59 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
61 PARAMS(proto), \
66 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
97 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
107 #define DEFINE_EVENT(template, name, proto, args) \ argument
112 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
113 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
117 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
121 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
123 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
180 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
186 #define DEFINE_EVENT(template, name, proto, args) argument
189 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
190 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
305 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
330 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
408 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
421 #define DEFINE_EVENT(template, name, proto, args) argument
424 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
425 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
487 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
489 struct ftrace_data_offsets_##call *__data_offsets, proto) \
501 #define DEFINE_EVENT(template, name, proto, args) argument
504 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
505 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
601 #define _TRACE_PERF_PROTO(call, proto) \ argument
603 perf_trace_##call(void *__data, proto);
609 #define _TRACE_PERF_PROTO(call, proto) argument
659 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
662 ftrace_raw_event_##call(void *__data, proto) \
694 #define DEFINE_EVENT(template, call, proto, args) \ argument
701 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
721 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
722 _TRACE_PERF_PROTO(call, PARAMS(proto)); \
735 #define DEFINE_EVENT(template, call, proto, args) \ argument
750 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
799 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
801 perf_trace_##call(void *__data, proto) \
846 #define DEFINE_EVENT(template, call, proto, args) \ argument
854 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
855 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))