Searched refs:setup_sorting (Results 1 – 12 of 12) sorted by relevance
| /tools/perf/tests/ |
| D | hists_cumulate.c | 298 setup_sorting(NULL); in test1() 445 setup_sorting(NULL); in test2() 503 setup_sorting(NULL); in test3() 687 setup_sorting(NULL); in test4()
|
| D | hists_output.c | 149 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()
|
| D | hists_filter.c | 135 if (setup_sorting(NULL) < 0) in test__hists_filter()
|
| D | hists_link.c | 307 if (setup_sorting(NULL) < 0) in test__hists_link()
|
| /tools/perf/util/ |
| D | sort.h | 128 int setup_sorting(struct evlist *evlist);
|
| D | sort.c | 3930 int setup_sorting(struct evlist *evlist) in setup_sorting() function
|
| /tools/perf/ |
| D | builtin-kwork.c | 222 static void setup_sorting(struct perf_kwork *kwork, in setup_sorting() function 2483 setup_sorting(&kwork, report_options, report_usage); in cmd_kwork() 2494 setup_sorting(&kwork, latency_options, latency_usage); in cmd_kwork() 2517 setup_sorting(&kwork, top_options, top_usage); in cmd_kwork()
|
| D | builtin-annotate.c | 940 if (setup_sorting(NULL) < 0) in cmd_annotate()
|
| D | builtin-sched.c | 3687 static void setup_sorting(struct perf_sched *sched, const struct option *options, in setup_sorting() function 3948 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched() 3966 setup_sorting(&sched, latency_options, latency_usage); in cmd_sched()
|
| D | builtin-report.c | 1739 (setup_sorting(session->evlist) < 0)) { in cmd_report()
|
| D | builtin-top.c | 1741 if (setup_sorting(top.evlist) < 0) { in cmd_top()
|
| D | builtin-diff.c | 2005 if (setup_sorting(NULL) < 0) in cmd_diff()
|