trace_tag_cs      236 include/crm/common/logging.h         static struct qb_log_callsite *trace_tag_cs = NULL;                 \
trace_tag_cs      238 include/crm/common/logging.h         if(trace_tag_cs == NULL) {                                          \
trace_tag_cs      239 include/crm/common/logging.h             trace_tag_cs = qb_log_callsite_get(__func__, __FILE__, fmt, level, __LINE__, converted_tag); \
trace_tag_cs      241 include/crm/common/logging.h         if (crm_is_callsite_active(trace_tag_cs, level, converted_tag)) {               \