Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dhists_cumulate.c284 setup_sorting(NULL); in test1()
431 setup_sorting(NULL); in test2()
489 setup_sorting(NULL); in test3()
673 setup_sorting(NULL); in test4()
Dhists_output.c135 setup_sorting(NULL); in test1()
237 setup_sorting(NULL); in test2()
293 setup_sorting(NULL); in test3()
367 setup_sorting(NULL); in test4()
469 setup_sorting(NULL); in test5()
Dhists_filter.c124 if (setup_sorting(NULL) < 0) in test__hists_filter()
Dhists_link.c289 if (setup_sorting(NULL) < 0) in test__hists_link()
/Linux-v4.19/tools/perf/
Dbuiltin-annotate.c616 if (setup_sorting(annotate.session->evlist) < 0) in cmd_annotate()
619 if (setup_sorting(NULL) < 0) in cmd_annotate()
Dbuiltin-sched.c3281 static void setup_sorting(struct perf_sched *sched, const struct option *options, in setup_sorting() function
3489 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched()
3498 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched()
Dbuiltin-diff.c1355 if (setup_sorting(NULL) < 0) in cmd_diff()
Dbuiltin-report.c1288 if (setup_sorting(session->evlist) < 0) { in cmd_report()
Dbuiltin-top.c1434 if (setup_sorting(top.evlist) < 0) { in cmd_top()
/Linux-v4.19/tools/perf/util/
Dsort.h280 int setup_sorting(struct perf_evlist *evlist);
Dsort.c2959 int setup_sorting(struct perf_evlist *evlist) in setup_sorting() function