Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-report.c177 if (sort__mode == SORT_MODE__BRANCH) { in hist_iter__report_callback()
305 if (sort__mode == SORT_MODE__BRANCH) { in process_sample_event()
414 if (sort__mode == SORT_MODE__BRANCH) { in report__setup_sample_type()
423 if (sort__mode == SORT_MODE__MEMORY) { in report__setup_sample_type()
598 if (sort__mode == SORT_MODE__BRANCH) in evlist__tty_browse_hists()
1536 sort__mode = SORT_MODE__BRANCH; in cmd_report()
1549 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
1553 sort__mode = SORT_MODE__MEMORY; in cmd_report()
1597 if (sort__mode != SORT_MODE__BRANCH) in cmd_report()
1614 if (sort__mode == SORT_MODE__BRANCH) { in cmd_report()
Dbuiltin-annotate.c719 sort__mode = SORT_MODE__BRANCH; in cmd_annotate()
Dbuiltin-top.c1719 sort__mode = SORT_MODE__TOP; in cmd_top()
Dbuiltin-diff.c2004 sort__mode = SORT_MODE__DIFF; in cmd_diff()
/Linux-v6.6/tools/perf/util/
Dsort.c52 enum sort_mode sort__mode = SORT_MODE__NORMAL; variable
3197 if (sort__mode == SORT_MODE__DIFF) in sort_dimension__add()
3228 if (sort__mode != SORT_MODE__BRANCH) in sort_dimension__add()
3244 if (sort__mode != SORT_MODE__MEMORY) in sort_dimension__add()
3323 BUG_ON(sort__mode >= ARRAY_SIZE(default_sort_orders)); in get_default_sort_order()
3336 sort__mode = SORT_MODE__TRACEPOINT; in get_default_sort_order()
3341 return default_sort_orders[sort__mode]; in get_default_sort_order()
3394 if (sort__mode == SORT_MODE__DIFF) in setup_overhead()
3492 if (sort__mode != SORT_MODE__BRANCH) in get_elide()
3576 if (sort__mode != SORT_MODE__BRANCH) in output_field_add()
[all …]
Dsort.h27 extern enum sort_mode sort__mode;
Dintel-pt.c1785 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) { in intel_pt_synth_branch_sample()
/Linux-v6.6/tools/perf/ui/browsers/
Dhists.c3097 if (sort__mode == SORT_MODE__BRANCH) { in evsel__hists_browse()
3286 if (sort__mode == SORT_MODE__BRANCH) { in evsel__hists_browse()