Home
last modified time | relevance | path

Searched refs:branch_mode (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dparse-branch-options.c14 struct branch_mode { struct
19 static const struct branch_mode branch_modes[] = { argument
49 const struct branch_mode *br; in parse_branch_str()
/linux-6.1.9/tools/perf/
Dbuiltin-report.c1133 int *branch_mode = opt->value; in parse_branch_mode() local
1135 *branch_mode = !unset; in parse_branch_mode()
1177 int branch_mode = -1; in cmd_report() local
1330 OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", in cmd_report()
1497 if (((branch_mode == -1 && has_br_stack) || branch_mode == 1) && in cmd_report()