Searched refs:hists__resort_cb_t (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 174 typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg); typedef 177 hists__resort_cb_t cb, void *cb_arg); 181 hists__resort_cb_t cb);
|
H A D | hist.c | 1879 bool use_callchain, hists__resort_cb_t cb, in output_resort() 1934 hists__resort_cb_t cb, void *cb_arg) in evsel__output_resort_cb() 1959 hists__resort_cb_t cb) in hists__output_resort_cb()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 188 typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg); typedef 191 hists__resort_cb_t cb, void *cb_arg); 195 hists__resort_cb_t cb);
|
H A D | hist.c | 1921 bool use_callchain, hists__resort_cb_t cb, in output_resort() 1976 hists__resort_cb_t cb, void *cb_arg) in evsel__output_resort_cb() 2001 hists__resort_cb_t cb) in hists__output_resort_cb()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 2060 static int hists__iterate_cb(struct hists *hists, hists__resort_cb_t cb) in hists__iterate_cb()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 2356 static int hists__iterate_cb(struct hists *hists, hists__resort_cb_t cb) in hists__iterate_cb()
|
Completed in 18 milliseconds