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

/linux-master/tools/perf/util/
H A Devsel.c941 const char *callgraph_buf = NULL; local
966 callgraph_buf = term->val.str;
1015 if ((callgraph_buf != NULL) || (dump_size > 0) || max_stack) {
1020 if (callgraph_buf == NULL)
1021 callgraph_buf = "fp";
1025 if (callgraph_buf != NULL) {
1026 if (!strcmp(callgraph_buf, "no")) {
1031 if (parse_callchain_record(callgraph_buf, &param)) {

Completed in 161 milliseconds