trace_fns         500 lib/common/logging.c crm_log_filter_source(int source, const char *trace_files, const char *trace_fns,
trace_fns         533 lib/common/logging.c     } else if (trace_fns && strstr(trace_fns, cs->function) != NULL) {
trace_fns         549 lib/common/logging.c     static const char *trace_fns = NULL;
trace_fns         557 lib/common/logging.c         trace_fns = getenv("PCMK_trace_functions");
trace_fns         587 lib/common/logging.c         crm_log_filter_source(lpc, trace_files, trace_fns, trace_fmts, trace_tags, trace_blackbox,