Lines Matching refs:cond
195 #define __DO_TRACE(name, args, cond, rcuidle) \ argument
199 if (!(cond)) \
228 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument
234 TP_CONDITION(cond), 1); \
237 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
252 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
261 TP_CONDITION(cond), 0); \
262 if (IS_ENABLED(CONFIG_LOCKDEP) && (cond)) { \
269 PARAMS(cond)) \
352 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
434 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
436 cpu_online(raw_smp_processor_id()) && (PARAMS(cond)), \
559 args, cond) \ argument
561 PARAMS(args), PARAMS(cond))
568 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
571 PARAMS(args), PARAMS(cond))
572 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
575 PARAMS(args), PARAMS(cond))