Searched refs:setup_sorting (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/tools/perf/tests/ |
D | hists_cumulate.c | 285 setup_sorting(NULL); in test1() 432 setup_sorting(NULL); in test2() 490 setup_sorting(NULL); in test3() 674 setup_sorting(NULL); in test4()
|
D | hists_output.c | 136 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()
|
D | hists_filter.c | 123 if (setup_sorting(NULL) < 0) in test__hists_filter()
|
D | hists_link.c | 288 if (setup_sorting(NULL) < 0) in test__hists_link()
|
/Linux-v6.1/tools/perf/util/ |
D | sort.h | 301 int setup_sorting(struct evlist *evlist);
|
D | sort.c | 3455 int setup_sorting(struct evlist *evlist) in setup_sorting() function
|
/Linux-v6.1/tools/perf/ |
D | builtin-kwork.c | 172 static void setup_sorting(struct perf_kwork *kwork, in setup_sorting() function 1808 setup_sorting(&kwork, report_options, report_usage); in cmd_kwork() 1818 setup_sorting(&kwork, latency_options, latency_usage); in cmd_kwork()
|
D | builtin-annotate.c | 686 if (setup_sorting(NULL) < 0) in cmd_annotate()
|
D | builtin-sched.c | 3352 static void setup_sorting(struct perf_sched *sched, const struct option *options, in setup_sorting() function 3611 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched() 3620 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched()
|
D | builtin-report.c | 1590 (setup_sorting(session->evlist) < 0)) { in cmd_report()
|
D | builtin-top.c | 1678 if (setup_sorting(top.evlist) < 0) { in cmd_top()
|
D | builtin-diff.c | 2005 if (setup_sorting(NULL) < 0) in cmd_diff()
|