Searched refs:add_entry_cb (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | hist.h | 141 int (*add_entry_cb)(struct hist_entry_iter *iter, member
|
H A D | hist.c | 1252 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 D | builtin-annotate.c | 193 .add_entry_cb = hist_iter__branch_callback, in process_branch_callback()
|
H A D | builtin-report.c | 275 .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 D | builtin-top.c | 835 .add_entry_cb = hist_iter__top_callback, in perf_event__process_sample()
|