Home
last modified time | relevance | path

Searched refs:SORT_MODE__BRANCH (Results 1 – 6 of 6) sorted by relevance

/tools/perf/
Dbuiltin-report.c150 if (sort__mode == SORT_MODE__BRANCH) { in hist_iter__report_callback()
272 if (sort__mode == SORT_MODE__BRANCH) { in process_sample_event()
377 if (sort__mode == SORT_MODE__BRANCH) { in report__setup_sample_type()
519 if (sort__mode == SORT_MODE__BRANCH) in perf_evlist__tty_browse_hists()
1321 sort__mode = SORT_MODE__BRANCH; in cmd_report()
1334 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
1388 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
Dbuiltin-annotate.c619 sort__mode = SORT_MODE__BRANCH; in cmd_annotate()
/tools/perf/util/
Dsort.h197 SORT_MODE__BRANCH, enumerator
Dsort.c2633 if (sort__mode != SORT_MODE__BRANCH) in sort_dimension__add()
2897 if (sort__mode != SORT_MODE__BRANCH) in get_elide()
Dintel-pt.c1294 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) { in intel_pt_synth_branch_sample()
/tools/perf/ui/browsers/
Dhists.c3102 if (sort__mode == SORT_MODE__BRANCH) { in perf_evsel__hists_browse()