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
240 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
249 TP_CONDITION(cond), 0); \
250 if (IS_ENABLED(CONFIG_LOCKDEP) && (cond)) { \
255 PARAMS(cond)) \
338 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
420 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
422 cpu_online(raw_smp_processor_id()) && (PARAMS(cond)), \
545 args, cond) \ argument
547 PARAMS(args), PARAMS(cond))
554 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
557 PARAMS(args), PARAMS(cond))
558 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
561 PARAMS(args), PARAMS(cond))