Lines Matching refs:cond
184 #define __DO_TRACE(name, args, cond, rcuidle) \ argument
188 if (!(cond)) \
217 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument
223 TP_CONDITION(cond), 1); \
226 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
241 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
250 TP_CONDITION(cond), 0); \
251 if (IS_ENABLED(CONFIG_LOCKDEP) && (cond)) { \
258 PARAMS(cond)) \
341 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
423 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
425 cpu_online(raw_smp_processor_id()) && (PARAMS(cond)), \
548 args, cond) \ argument
550 PARAMS(args), PARAMS(cond))
557 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
560 PARAMS(args), PARAMS(cond))
561 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
564 PARAMS(args), PARAMS(cond))