Home
last modified time | relevance | path

Searched refs:evsel__output_resort (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/tests/
H A Dhists_output.c171 evsel__output_resort(evsel, NULL); in test1()
271 evsel__output_resort(evsel, NULL); in test2()
325 evsel__output_resort(evsel, NULL); in test3()
403 evsel__output_resort(evsel, NULL); in test4()
506 evsel__output_resort(evsel, NULL); in test5()
H A Dhists_filter.c157 evsel__output_resort(evsel, NULL); in test__hists_filter()
H A Dhists_cumulate.c206 evsel__output_resort(hists_to_evsel(hists), NULL); in do_test()
/linux/tools/perf/
H A Dbuiltin-annotate.c605 evsel__output_resort(pos, &prog); in __cmd_annotate()
650 evsel__output_resort(pos, &prog); in __cmd_annotate()
H A Dbuiltin-top.c315 evsel__output_resort(pos, NULL); in perf_top__resort_hists()
/linux/tools/perf/util/
H A Dhist.h357 void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog);
H A Dhist.c2003 void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog) in evsel__output_resort() function