Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-branch-options.c14 struct branch_mode { struct
19 static const struct branch_mode branch_modes[] = {
48 const struct branch_mode *br; in parse_branch_str()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-branch-options.c14 struct branch_mode { struct
19 static const struct branch_mode branch_modes[] = {
52 const struct branch_mode *br; in parse_branch_str()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-report.c1079 int *branch_mode = opt->value; in parse_branch_mode() local
1081 *branch_mode = !unset; in parse_branch_mode()
1123 int branch_mode = -1; in cmd_report() local
1271 OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", in cmd_report()
1443 if (((branch_mode == -1 && has_br_stack) || branch_mode == 1) && in cmd_report()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-report.c1148 int *branch_mode = opt->value; in parse_branch_mode() local
1150 *branch_mode = !unset; in parse_branch_mode()
1192 int branch_mode = -1; in cmd_report() local
1347 OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", in cmd_report()
1534 if (((branch_mode == -1 && has_br_stack) || branch_mode == 1) && in cmd_report()

Completed in 6 milliseconds