Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-annotate.c57 bool has_br_stack; member
236 if ((!ann->has_br_stack || !has_annotation(ann)) && in evsel__add_sample()
261 if (ann->has_br_stack && has_annotation(ann)) in evsel__add_sample()
678 annotate.has_br_stack = perf_header__has_feat(&annotate.session->header, in cmd_annotate()
718 if ((use_browser == 1 || annotate.use_stdio2) && annotate.has_br_stack) in cmd_annotate()
Dbuiltin-report.c1191 bool has_br_stack = false; in cmd_report() local
1508 has_br_stack = perf_header__has_feat(&session->header, in cmd_report()
1511 has_br_stack = false; in cmd_report()
1522 has_br_stack = true; in cmd_report()
1524 if (has_br_stack && branch_call_mode) in cmd_report()
1534 if (((branch_mode == -1 && has_br_stack) || branch_mode == 1) && in cmd_report()
Dbuiltin-diff.c45 bool has_br_stack; member
1157 bool has_br_stack; in check_file_brstack() local
1167 has_br_stack = perf_header__has_feat(&d->session->header, in check_file_brstack()
1170 if (!has_br_stack) in check_file_brstack()
1175 pdiff.has_br_stack = true; in check_file_brstack()
1987 && !pdiff.has_br_stack) { in cmd_diff()