trace_cs          197 include/crm/common/logging.h                 static struct qb_log_callsite *trace_cs = NULL;             \
trace_cs          198 include/crm/common/logging.h                 if (trace_cs == NULL) {                                     \
trace_cs          199 include/crm/common/logging.h                     trace_cs = qb_log_callsite_get(__func__, __FILE__, fmt, \
trace_cs          202 include/crm/common/logging.h                 if (crm_is_callsite_active(trace_cs, (level), 0)) {         \
trace_cs           56 include/crm/common/logging_internal.h         static struct qb_log_callsite *trace_cs = NULL;                     \
trace_cs           58 include/crm/common/logging_internal.h         if (trace_cs == NULL) {                                             \
trace_cs           59 include/crm/common/logging_internal.h             trace_cs = qb_log_callsite_get(__func__, __FILE__, "log_else",  \
trace_cs           62 include/crm/common/logging_internal.h         if (!crm_is_callsite_active(trace_cs, level, 0)) {                  \
trace_cs          245 lib/common/acl.c             static struct qb_log_callsite *trace_cs = NULL;
trace_cs          255 lib/common/acl.c             if (trace_cs == NULL) {
trace_cs          256 lib/common/acl.c                 trace_cs = qb_log_callsite_get(__func__, __FILE__, "apply_acl",
trace_cs          259 lib/common/acl.c             if (crm_is_callsite_active(trace_cs, LOG_TRACE, 0)) {