Searched refs:hists__add_entry_ops (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 146 struct hist_entry *hists__add_entry_ops(struct hists *hists,
|
H A D | hist.c | 755 struct hist_entry *hists__add_entry_ops(struct hists *hists, in hists__add_entry_ops() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 159 struct hist_entry *hists__add_entry_ops(struct hists *hists,
|
H A D | hist.c | 774 struct hist_entry *hists__add_entry_ops(struct hists *hists, in hists__add_entry_ops() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 290 * The mi object is released in hists__add_entry_ops, in process_sample_event() 298 he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops, in process_sample_event() 332 he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops, in process_sample_event()
|
H A D | builtin-diff.c | 425 if (!hists__add_entry_ops(hists, &block_hist_ops, &al, NULL, in diff__process_sample_event()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 314 * The mi object is released in hists__add_entry_ops, in process_sample_event() 322 he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops, in process_sample_event() 356 he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops, in process_sample_event()
|
H A D | builtin-diff.c | 427 if (!hists__add_entry_ops(hists, &block_hist_ops, &al, NULL, in diff__process_sample_event()
|
H A D | builtin-kvm.c | 798 he = hists__add_entry_ops(&kvm_hists.hists, &kvm_ev_entry_ops, in find_create_kvm_event()
|
Completed in 28 milliseconds