Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/
Dbuiltin-report.c155 if (sort__mode == SORT_MODE__BRANCH) { in hist_iter__report_callback()
279 if (sort__mode == SORT_MODE__BRANCH) { in process_sample_event()
387 if (sort__mode == SORT_MODE__BRANCH) { in report__setup_sample_type()
396 if (sort__mode == SORT_MODE__MEMORY) { in report__setup_sample_type()
558 if (sort__mode == SORT_MODE__BRANCH) in perf_evlist__tty_browse_hists()
1420 sort__mode = SORT_MODE__BRANCH; in cmd_report()
1433 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
1437 sort__mode = SORT_MODE__MEMORY; in cmd_report()
1477 if (sort__mode != SORT_MODE__BRANCH) in cmd_report()
1494 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
Dbuiltin-annotate.c623 sort__mode = SORT_MODE__BRANCH; in cmd_annotate()
Dbuiltin-top.c1660 sort__mode = SORT_MODE__TOP; in cmd_top()
Dbuiltin-diff.c2001 sort__mode = SORT_MODE__DIFF; in cmd_diff()
/Linux-v5.10/tools/perf/util/
Dsort.c47 enum sort_mode sort__mode = SORT_MODE__NORMAL; variable
2631 if (sort__mode == SORT_MODE__DIFF) in sort_dimension__add()
2662 if (sort__mode != SORT_MODE__BRANCH) in sort_dimension__add()
2678 if (sort__mode != SORT_MODE__MEMORY) in sort_dimension__add()
2757 BUG_ON(sort__mode >= ARRAY_SIZE(default_sort_orders)); in get_default_sort_order()
2770 sort__mode = SORT_MODE__TRACEPOINT; in get_default_sort_order()
2775 return default_sort_orders[sort__mode]; in get_default_sort_order()
2828 if (sort__mode == SORT_MODE__DIFF) in setup_overhead()
2926 if (sort__mode != SORT_MODE__BRANCH) in get_elide()
3006 if (sort__mode != SORT_MODE__MEMORY) in output_field_add()
[all …]
Dsort.h27 extern enum sort_mode sort__mode;
Dintel-pt.c1372 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) { in intel_pt_synth_branch_sample()
/Linux-v5.10/tools/perf/ui/browsers/
Dhists.c3106 if (sort__mode == SORT_MODE__BRANCH) { in perf_evsel__hists_browse()
3294 if (sort__mode == SORT_MODE__BRANCH) { in perf_evsel__hists_browse()