Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-report.c110 if (sort__mode == SORT_MODE__BRANCH) { in hist_iter__report_callback()
166 if (sort__mode == SORT_MODE__BRANCH) { in process_sample_event()
264 if (sort__mode == SORT_MODE__BRANCH) { in report__setup_sample_type()
864 sort__mode = SORT_MODE__BRANCH; in cmd_report()
877 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
/linux-4.4.14/tools/perf/util/
Dsort.h163 SORT_MODE__BRANCH, enumerator
Dsort.c1641 if (sort__mode != SORT_MODE__BRANCH) in sort_dimension__add()
1801 if (sort__mode != SORT_MODE__BRANCH) in get_elide()
Dintel-pt.c997 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) { in intel_pt_synth_branch_sample()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c2011 if (sort__mode == SORT_MODE__BRANCH) { in perf_evsel__hists_browse()