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

/linux-master/tools/perf/util/
H A Dhist.h144 int (*add_entry_cb)(struct hist_entry_iter *iter, member in struct:hist_entry_iter
H A Dhist.c1246 if (iter->he && iter->add_entry_cb) {
1247 err = iter->add_entry_cb(iter, al, true, arg);
1257 if (iter->he && iter->add_entry_cb) {
1258 err = iter->add_entry_cb(iter, al, false, arg);
/linux-master/tools/perf/
H A Dbuiltin-report.c277 .add_entry_cb = hist_iter__report_callback,
314 iter.add_entry_cb = hist_iter__branch_callback;
H A Dbuiltin-annotate.c201 .add_entry_cb = hist_iter__branch_callback,
H A Dbuiltin-top.c835 .add_entry_cb = hist_iter__top_callback,

Completed in 437 milliseconds