Searched refs:hist_entry__new (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 536 static struct hist_entry *hist_entry__new(struct hist_entry *template, in hist_entry__new() function 643 he = hist_entry__new(entry, sample_self); in hists__findnew_entry() 867 * new hist entry by hist_entry__new(). in iter_finish_mem_entry() 1478 new = hist_entry__new(he, true); in hierarchy_insert_entry() 2357 he = hist_entry__new(pair, true); in hists__add_dummy_entry() 2405 he = hist_entry__new(pair, true); in add_dummy_hierarchy_entry()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 548 static struct hist_entry *hist_entry__new(struct hist_entry *template, in hist_entry__new() function 655 he = hist_entry__new(entry, sample_self); in hists__findnew_entry() 887 * new hist entry by hist_entry__new(). in iter_finish_mem_entry() 1511 new = hist_entry__new(he, true); in hierarchy_insert_entry() 2409 he = hist_entry__new(pair, true); in hists__add_dummy_entry() 2457 he = hist_entry__new(pair, true); in add_dummy_hierarchy_entry()
|
Completed in 8 milliseconds