Searched refs:hists__findnew_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 579 static struct hist_entry *hists__findnew_entry(struct hists *hists, in hists__findnew_entry() function 734 }, *he = hists__findnew_entry(hists, &entry, al, sample_self); in __hists__add_entry() 780 }, *he = hists__findnew_entry(hists, &entry, al, false); in hists__add_entry_block() 866 * was either already freed in hists__findnew_entry() or passed to a in iter_finish_mem_entry()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 591 static struct hist_entry *hists__findnew_entry(struct hists *hists, in hists__findnew_entry() function 752 }, *he = hists__findnew_entry(hists, &entry, al, sample_self); in __hists__add_entry() 800 }, *he = hists__findnew_entry(hists, &entry, al, false); in hists__add_entry_block() 886 * was either already freed in hists__findnew_entry() or passed to a in iter_finish_mem_entry()
|
Completed in 8 milliseconds