Home
last modified time | relevance | path

Searched refs:add_entry_cb (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dhist.h141 int (*add_entry_cb)(struct hist_entry_iter *iter, member
H A Dhist.c1252 if (iter->he && iter->add_entry_cb) { in hist_entry_iter__add()
1253 err = iter->add_entry_cb(iter, al, true, arg); in hist_entry_iter__add()
1263 if (iter->he && iter->add_entry_cb) { in hist_entry_iter__add()
1264 err = iter->add_entry_cb(iter, al, false, arg); in hist_entry_iter__add()
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c193 .add_entry_cb = hist_iter__branch_callback, in process_branch_callback()
H A Dbuiltin-report.c275 .add_entry_cb = hist_iter__report_callback, in process_sample_event()
312 iter.add_entry_cb = hist_iter__branch_callback; in process_sample_event()
H A Dbuiltin-top.c835 .add_entry_cb = hist_iter__top_callback, in perf_event__process_sample()