Searched refs:callgraph_buf (Results 1 – 1 of 1) sorted by relevance
786 const char *callgraph_buf = NULL; in apply_config_terms() local811 callgraph_buf = term->val.callgraph; in apply_config_terms()855 if ((callgraph_buf != NULL) || (dump_size > 0) || max_stack) { in apply_config_terms()860 if (callgraph_buf == NULL) in apply_config_terms()861 callgraph_buf = "fp"; in apply_config_terms()865 if (callgraph_buf != NULL) { in apply_config_terms()866 if (!strcmp(callgraph_buf, "no")) { in apply_config_terms()871 if (parse_callchain_record(callgraph_buf, ¶m)) { in apply_config_terms()