Searched refs:hists__add_entry_ops (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
H A D | hist.h | 353 struct hist_entry *hists__add_entry_ops(struct hists *hists,
|
H A D | hist.c | 873 struct hist_entry *hists__add_entry_ops(struct hists *hists, in hists__add_entry_ops() function
|
/linux/tools/perf/ |
H A D | builtin-c2c.c | 317 * The mi object is released in hists__add_entry_ops, in process_sample_event() 325 he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops, in process_sample_event() 359 he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops, in process_sample_event()
|
H A D | builtin-diff.c | 428 if (!hists__add_entry_ops(hists, &block_hist_ops, &al, NULL, in diff__process_sample_event()
|