Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.h159 struct hist_entry *hists__add_entry_ops(struct hists *hists,
H A Dhist.c774 struct hist_entry *hists__add_entry_ops(struct hists *hists, in hists__add_entry_ops() function
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c322 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 Dbuiltin-diff.c427 if (!hists__add_entry_ops(hists, &block_hist_ops, &al, NULL, in diff__process_sample_event()
H A Dbuiltin-kvm.c798 he = hists__add_entry_ops(&kvm_hists.hists, &kvm_ev_entry_ops, in find_create_kvm_event()