branch_mode 1008 tools/perf/builtin-report.c int *branch_mode = opt->value; branch_mode 1010 tools/perf/builtin-report.c *branch_mode = !unset; branch_mode 1032 tools/perf/builtin-report.c int branch_mode = -1; branch_mode 1168 tools/perf/builtin-report.c OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", branch_mode 1318 tools/perf/builtin-report.c if (((branch_mode == -1 && has_br_stack) || branch_mode == 1) && branch_mode 19 tools/perf/util/parse-branch-options.c static const struct branch_mode branch_modes[] = { branch_mode 48 tools/perf/util/parse-branch-options.c const struct branch_mode *br;