Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Devsel.c962 const char *callgraph_buf = NULL; in evsel__apply_config_terms() local
987 callgraph_buf = term->val.str; in evsel__apply_config_terms()
1036 if ((callgraph_buf != NULL) || (dump_size > 0) || max_stack) { in evsel__apply_config_terms()
1041 if (callgraph_buf == NULL) in evsel__apply_config_terms()
1042 callgraph_buf = "fp"; in evsel__apply_config_terms()
1046 if (callgraph_buf != NULL) { in evsel__apply_config_terms()
1047 if (!strcmp(callgraph_buf, "no")) { in evsel__apply_config_terms()
1052 if (parse_callchain_record(callgraph_buf, &param)) { in evsel__apply_config_terms()