Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel.c884 const char *callgraph_buf = NULL; in evsel__apply_config_terms() local
909 callgraph_buf = term->val.str; in evsel__apply_config_terms()
958 if ((callgraph_buf != NULL) || (dump_size > 0) || max_stack) { in evsel__apply_config_terms()
963 if (callgraph_buf == NULL) in evsel__apply_config_terms()
964 callgraph_buf = "fp"; in evsel__apply_config_terms()
968 if (callgraph_buf != NULL) { in evsel__apply_config_terms()
969 if (!strcmp(callgraph_buf, "no")) { in evsel__apply_config_terms()
974 if (parse_callchain_record(callgraph_buf, &param)) { in evsel__apply_config_terms()
/kernel/linux/linux-6.6/tools/perf/util/
H A Devsel.c940 const char *callgraph_buf = NULL; in evsel__apply_config_terms() local
965 callgraph_buf = term->val.str; in evsel__apply_config_terms()
1014 if ((callgraph_buf != NULL) || (dump_size > 0) || max_stack) { in evsel__apply_config_terms()
1019 if (callgraph_buf == NULL) in evsel__apply_config_terms()
1020 callgraph_buf = "fp"; in evsel__apply_config_terms()
1024 if (callgraph_buf != NULL) { in evsel__apply_config_terms()
1025 if (!strcmp(callgraph_buf, "no")) { in evsel__apply_config_terms()
1030 if (parse_callchain_record(callgraph_buf, &param)) { in evsel__apply_config_terms()

Completed in 7 milliseconds