Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dhist.h173 typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg); typedef
176 hists__resort_cb_t cb, void *cb_arg);
180 hists__resort_cb_t cb);
Dhist.c1832 bool use_callchain, hists__resort_cb_t cb, in output_resort()
1887 hists__resort_cb_t cb, void *cb_arg) in perf_evsel__output_resort_cb()
1912 hists__resort_cb_t cb) in hists__output_resort_cb()
/Linux-v5.4/tools/perf/
Dbuiltin-c2c.c2102 static int hists__iterate_cb(struct hists *hists, hists__resort_cb_t cb) in hists__iterate_cb()