cs 162 daemons/based/based_messages.c static struct qb_log_callsite *cs = NULL; cs 171 daemons/based/based_messages.c if (cs == NULL) { cs 172 daemons/based/based_messages.c cs = qb_log_callsite_get(__func__, __FILE__, __func__, LOG_TRACE, cs 175 daemons/based/based_messages.c if (cs && cs->targets) { cs 195 daemons/based/based_messages.c cs && cs->targets); cs 124 include/crm/common/logging.h gboolean crm_is_callsite_active(struct qb_log_callsite *cs, uint8_t level, uint32_t tags); cs 381 lib/common/logging.c blackbox_logger(int32_t t, struct qb_log_callsite *cs, log_time_t timestamp, cs 384 lib/common/logging.c if(cs && cs->priority < LOG_ERR) { cs 385 lib/common/logging.c crm_write_blackbox(SIGTRAP, cs); /* Bypass the over-dumping logic */ cs 387 lib/common/logging.c crm_write_blackbox(0, cs); cs 465 lib/common/logging.c crm_write_blackbox(int nsig, struct qb_log_callsite *cs) cs 491 lib/common/logging.c } else if (cs) { cs 494 lib/common/logging.c cs->function, cs->lineno, cs->filename, buffer); cs 535 lib/common/logging.c struct qb_log_callsite *cs) cs 539 lib/common/logging.c } else if (cs->tags != crm_trace_nonlog && source == QB_LOG_BLACKBOX) { cs 541 lib/common/logging.c qb_bit_set(cs->targets, source); cs 545 lib/common/logging.c if (cs->priority <= LOG_ERR) { cs 546 lib/common/logging.c qb_bit_set(cs->targets, source); cs 549 lib/common/logging.c char *key = crm_strdup_printf("%s:%d", cs->function, cs->lineno); cs 552 lib/common/logging.c qb_bit_set(cs->targets, source); cs 558 lib/common/logging.c if (cs->priority <= crm_log_priority && cs->priority <= crm_log_level) { cs 559 lib/common/logging.c qb_bit_set(cs->targets, source); cs 562 lib/common/logging.c } else if (cs->priority <= crm_log_level) { cs 563 lib/common/logging.c qb_bit_set(cs->targets, source); cs 564 lib/common/logging.c } else if (trace_files && strstr(trace_files, cs->filename) != NULL) { cs 565 lib/common/logging.c qb_bit_set(cs->targets, source); cs 566 lib/common/logging.c } else if (trace_fns && strstr(trace_fns, cs->function) != NULL) { cs 567 lib/common/logging.c qb_bit_set(cs->targets, source); cs 568 lib/common/logging.c } else if (trace_fmts && strstr(trace_fmts, cs->format) != NULL) { cs 569 lib/common/logging.c qb_bit_set(cs->targets, source); cs 571 lib/common/logging.c && cs->tags != 0 cs 572 lib/common/logging.c && cs->tags != crm_trace_nonlog && g_quark_to_string(cs->tags) != NULL) { cs 573 lib/common/logging.c qb_bit_set(cs->targets, source); cs 578 lib/common/logging.c crm_log_filter(struct qb_log_callsite *cs) cs 618 lib/common/logging.c cs->targets = 0; /* Reset then find targets to enable */ cs 621 lib/common/logging.c cs); cs 626 lib/common/logging.c crm_is_callsite_active(struct qb_log_callsite *cs, uint8_t level, uint32_t tags) cs 630 lib/common/logging.c if (cs == NULL) { cs 634 lib/common/logging.c if (cs->priority != level) { cs 635 lib/common/logging.c cs->priority = level; cs 639 lib/common/logging.c if (cs->tags != tags) { cs 640 lib/common/logging.c cs->tags = tags; cs 645 lib/common/logging.c crm_log_filter(cs); cs 648 lib/common/logging.c if (cs->targets == 0) {