Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-report.c103 if (sort__mode == SORT_MODE__BRANCH) { in hist_iter__report_callback()
157 if (sort__mode == SORT_MODE__BRANCH) in process_sample_event()
239 if (sort__mode == SORT_MODE__BRANCH) { in report__setup_sample_type()
776 sort__mode = SORT_MODE__BRANCH; in cmd_report()
789 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
/linux-4.1.27/tools/perf/util/
Dsort.h152 SORT_MODE__BRANCH, enumerator
Dsort.c1497 if (sort__mode != SORT_MODE__BRANCH) in sort_dimension__add()
1657 if (sort__mode != SORT_MODE__BRANCH) in get_elide()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1620 if (sort__mode == SORT_MODE__BRANCH) { in perf_evsel__hists_browse()