Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dparse-branch-options.c14 struct branch_mode { struct
19 static const struct branch_mode branch_modes[] = { argument
53 const struct branch_mode *br; in parse_branch_str()
/linux/tools/perf/
H A Dbuiltin-report.c1256 int *branch_mode = opt->value; in parse_branch_mode() local
1258 *branch_mode = !unset; in parse_branch_mode()
1308 int branch_mode = -1; in cmd_report() local
1441 OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", in cmd_report()
1667 if (((branch_mode == -1 && has_br_stack) || branch_mode == 1) && in cmd_report()