Searched refs:hists__add_entry (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/perf/tests/ |
D | hists_link.c | 89 he = hists__add_entry(hists, &al, NULL, in add_hist_entries() 108 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
|
/linux-6.1.9/tools/perf/util/ |
D | hist.c | 754 struct hist_entry *hists__add_entry(struct hists *hists, in hists__add_entry() function 849 he = hists__add_entry(hists, al, iter->parent, NULL, mi, in iter_add_single_mem_entry() 952 he = hists__add_entry(hists, al, iter->parent, &bi[i], NULL, in iter_add_next_branch_entry() 989 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry() 1050 he = hists__add_entry(hists, al, iter->parent, NULL, NULL, in iter_add_single_cumulative_entry() 1150 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry()
|
D | hist.h | 148 struct hist_entry *hists__add_entry(struct hists *hists,
|
/linux-6.1.9/tools/perf/ |
D | builtin-annotate.c | 255 he = hists__add_entry(hists, al, NULL, NULL, NULL, sample, true); in evsel__add_sample()
|
D | builtin-diff.c | 445 if (!hists__add_entry(hists, &al, NULL, NULL, NULL, sample, in diff__process_sample_event()
|