Home
last modified time | relevance | path

Searched refs:sort__mode (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-report.c181 if (sort__mode == SORT_MODE__BRANCH) { in hist_iter__report_callback()
310 if (sort__mode == SORT_MODE__BRANCH) { in process_sample_event()
421 if (sort__mode == SORT_MODE__BRANCH) { in report__setup_sample_type()
430 if (sort__mode == SORT_MODE__MEMORY) { in report__setup_sample_type()
614 if (sort__mode == SORT_MODE__BRANCH) in evlist__tty_browse_hists()
1677 sort__mode = SORT_MODE__BRANCH; in cmd_report()
1690 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
1694 sort__mode = SORT_MODE__MEMORY; in cmd_report()
1732 if (sort__mode != SORT_MODE__BRANCH) in cmd_report()
1790 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
H A Dbuiltin-annotate.c941 sort__mode = SORT_MODE__BRANCH; in cmd_annotate()
H A Dbuiltin-top.c1759 sort__mode = SORT_MODE__TOP; in cmd_top()
H A Dbuiltin-diff.c2001 sort__mode = SORT_MODE__DIFF; in cmd_diff()
/linux/tools/perf/util/
H A Dsort.h19 extern enum sort_mode sort__mode;
H A Dsort.c54 enum sort_mode sort__mode = SORT_MODE__NORMAL; variable
3569 if (sort__mode == SORT_MODE__DIFF) in __sort_dimension__update()
3720 if ((sort__mode != SORT_MODE__BRANCH) && in sort_dimension__add()
3739 if (sort__mode != SORT_MODE__MEMORY) in sort_dimension__add()
3865 BUG_ON(sort__mode >= ARRAY_SIZE(default_sort_orders)); in get_default_sort_order()
3878 sort__mode = SORT_MODE__TRACEPOINT; in get_default_sort_order()
3883 return default_sort_orders[sort__mode]; in get_default_sort_order()
3936 if (sort__mode == SORT_MODE__DIFF) in setup_overhead()
4048 if (sort__mode != SORT_MODE__BRANCH) in get_elide()
4117 if (hd->mem_mode && sort__mode != SORT_MODE__MEMORY) in output_field_add()
[all …]
H A Dintel-pt.c1793 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) { in intel_pt_synth_branch_sample()
/linux/tools/perf/ui/browsers/
H A Dhists.c3152 if (sort__mode == SORT_MODE__BRANCH) { in evsel__hists_browse()
3344 if (sort__mode == SORT_MODE__BRANCH) { in evsel__hists_browse()