Searched refs:callgraph_buf (Results 1 – 1 of 1) sorted by relevance
1184 const char *callgraph_buf = NULL; in evsel__apply_config_terms() local1210 callgraph_buf = term->val.str; in evsel__apply_config_terms()1269 if ((callgraph_buf != NULL) || (dump_size > 0) || max_stack) { in evsel__apply_config_terms()1274 if (callgraph_buf == NULL) in evsel__apply_config_terms()1275 callgraph_buf = "fp"; in evsel__apply_config_terms()1279 if (callgraph_buf != NULL) { in evsel__apply_config_terms()1280 if (!strcmp(callgraph_buf, "no")) { in evsel__apply_config_terms()1285 if (parse_callchain_record(callgraph_buf, ¶m)) { in evsel__apply_config_terms()