Lines Matching defs:proto

228 #define __DECLARE_TRACE_RCU(name, proto, args, cond)			\  argument
237 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
252 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
304 #define DEFINE_TRACE_FN(_name, _reg, _unreg, proto, args) \ argument
338 #define DEFINE_TRACE(name, proto, args) \ argument
352 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
378 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument
379 #define DEFINE_TRACE(name, proto, args) argument
429 #define DECLARE_TRACE(name, proto, args) \ argument
434 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
551 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
552 #define DEFINE_EVENT(template, name, proto, args) \ argument
554 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
556 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
558 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
563 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
565 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument
568 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
572 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
581 #define DECLARE_EVENT_NOP(name, proto, args) \ argument
589 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
592 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
593 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument