Home
last modified time | relevance | path

Searched refs:evsel__output_resort_cb (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dhist.h190 void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog,
H A Dhist.c1975 void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog, in evsel__output_resort_cb() function
1992 return evsel__output_resort_cb(evsel, prog, NULL, NULL); in evsel__output_resort()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c746 evsel__output_resort_cb(pos, &prog, hists__resort_cb, rep); in report__output_resort()