Home
last modified time | relevance | path

Searched refs:setup_sorting (Results 1 – 12 of 12) sorted by relevance

/linux-6.14.4/tools/perf/tests/
Dhists_cumulate.c298 setup_sorting(NULL); in test1()
445 setup_sorting(NULL); in test2()
503 setup_sorting(NULL); in test3()
687 setup_sorting(NULL); in test4()
Dhists_output.c149 setup_sorting(NULL); in test1()
251 setup_sorting(NULL); in test2()
307 setup_sorting(NULL); in test3()
381 setup_sorting(NULL); in test4()
483 setup_sorting(NULL); in test5()
Dhists_filter.c135 if (setup_sorting(NULL) < 0) in test__hists_filter()
Dhists_link.c307 if (setup_sorting(NULL) < 0) in test__hists_link()
/linux-6.14.4/tools/perf/util/
Dsort.h131 int setup_sorting(struct evlist *evlist);
Dsort.c4050 int setup_sorting(struct evlist *evlist) in setup_sorting() function
/linux-6.14.4/tools/perf/
Dbuiltin-kwork.c223 static void setup_sorting(struct perf_kwork *kwork, in setup_sorting() function
2486 setup_sorting(&kwork, report_options, report_usage); in cmd_kwork()
2497 setup_sorting(&kwork, latency_options, latency_usage); in cmd_kwork()
2520 setup_sorting(&kwork, top_options, top_usage); in cmd_kwork()
Dbuiltin-annotate.c941 if (setup_sorting(NULL) < 0) in cmd_annotate()
Dbuiltin-sched.c3655 static void setup_sorting(struct perf_sched *sched, const struct option *options, in setup_sorting() function
3915 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched()
3932 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched()
Dbuiltin-report.c1743 (setup_sorting(session->evlist) < 0)) { in cmd_report()
Dbuiltin-top.c1741 if (setup_sorting(top.evlist) < 0) { in cmd_top()
Dbuiltin-diff.c2006 if (setup_sorting(NULL) < 0) in cmd_diff()