Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-report.c716 int *branch_mode = opt->value; in parse_branch_mode() local
718 *branch_mode = !unset; in parse_branch_mode()
737 int branch_mode = -1; in cmd_report() local
837 OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", in cmd_report()
888 if (branch_mode == -1 && has_br_stack) in cmd_report()
Dbuiltin-record.c612 struct branch_mode { struct
617 static const struct branch_mode branch_modes[] = { argument
637 const struct branch_mode *br; in parse_branch_stack()