Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/tests/
Dhists_cumulate.c285 setup_sorting(NULL); in test1()
432 setup_sorting(NULL); in test2()
490 setup_sorting(NULL); in test3()
674 setup_sorting(NULL); in test4()
Dhists_output.c136 setup_sorting(NULL); in test1()
238 setup_sorting(NULL); in test2()
294 setup_sorting(NULL); in test3()
368 setup_sorting(NULL); in test4()
470 setup_sorting(NULL); in test5()
Dhists_filter.c123 if (setup_sorting(NULL) < 0) in test__hists_filter()
Dhists_link.c288 if (setup_sorting(NULL) < 0) in test__hists_link()
/Linux-v5.10/tools/perf/
Dbuiltin-annotate.c624 if (setup_sorting(annotate.session->evlist) < 0) in cmd_annotate()
627 if (setup_sorting(NULL) < 0) in cmd_annotate()
Dbuiltin-sched.c3322 static void setup_sorting(struct perf_sched *sched, const struct option *options, in setup_sorting() function
3542 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched()
3551 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched()
Dbuiltin-report.c1507 (setup_sorting(session->evlist) < 0)) { in cmd_report()
Dbuiltin-top.c1671 if (setup_sorting(top.evlist) < 0) { in cmd_top()
Dbuiltin-diff.c2004 if (setup_sorting(NULL) < 0) in cmd_diff()
/Linux-v5.10/tools/perf/util/
Dsort.h290 int setup_sorting(struct evlist *evlist);
Dsort.c3098 int setup_sorting(struct evlist *evlist) in setup_sorting() function