Lines Matching defs:proto
217 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument
226 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
240 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
290 #define DEFINE_TRACE_FN(_name, _reg, _unreg, proto, args) \ argument
324 #define DEFINE_TRACE(name, proto, args) \ argument
338 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
364 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument
365 #define DEFINE_TRACE(name, proto, args) argument
415 #define DECLARE_TRACE(name, proto, args) \ argument
420 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
537 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
538 #define DEFINE_EVENT(template, name, proto, args) \ argument
540 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
542 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
544 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
549 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
551 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument
554 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
558 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
567 #define DECLARE_EVENT_NOP(name, proto, args) \ argument
575 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
578 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
579 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument