Home
last modified time | relevance | path

Searched refs:callgraph_buf (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/util/
Devsel.c755 const char *callgraph_buf = NULL; in apply_config_terms() local
780 callgraph_buf = term->val.callgraph; in apply_config_terms()
816 if ((callgraph_buf != NULL) || (dump_size > 0) || max_stack) { in apply_config_terms()
821 if (callgraph_buf == NULL) in apply_config_terms()
822 callgraph_buf = "fp"; in apply_config_terms()
826 if (callgraph_buf != NULL) { in apply_config_terms()
827 if (!strcmp(callgraph_buf, "no")) { in apply_config_terms()
832 if (parse_callchain_record(callgraph_buf, &param)) { in apply_config_terms()