Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-annotate.c51 bool has_br_stack; member
225 if ((!ann->has_br_stack || !has_annotation(ann)) && in perf_evsel__add_sample()
249 if (ann->has_br_stack && has_annotation(ann)) in perf_evsel__add_sample()
591 annotate.has_br_stack = perf_header__has_feat(&annotate.session->header, in cmd_annotate()
618 if ((use_browser == 1 || annotate.use_stdio2) && annotate.has_br_stack) { in cmd_annotate()
Dbuiltin-report.c1025 bool has_br_stack = false; in cmd_report() local
1291 has_br_stack = perf_header__has_feat(&session->header, in cmd_report()
1294 has_br_stack = false; in cmd_report()
1299 has_br_stack = true; in cmd_report()
1301 if (has_br_stack && branch_call_mode) in cmd_report()
1311 if (((branch_mode == -1 && has_br_stack) || branch_mode == 1) && in cmd_report()
Dbuiltin-diff.c42 bool has_br_stack; member
1152 bool has_br_stack; in check_file_brstack() local
1162 has_br_stack = perf_header__has_feat(&d->session->header, in check_file_brstack()
1165 if (!has_br_stack) in check_file_brstack()
1170 pdiff.has_br_stack = true; in check_file_brstack()
1864 if (compute == COMPUTE_CYCLES && !pdiff.has_br_stack) in cmd_diff()