/kernel/linux/linux-5.10/tools/perf/tests/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_link.c | 92 he = hists__add_entry(hists, &al, NULL, in add_hist_entries() 112 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 743 struct hist_entry *hists__add_entry(struct hists *hists, in hists__add_entry() function 838 he = hists__add_entry(hists, al, iter->parent, NULL, mi, in iter_add_single_mem_entry() 941 he = hists__add_entry(hists, al, iter->parent, &bi[i], NULL, in iter_add_next_branch_entry() 978 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry() 1039 he = hists__add_entry(hists, al, iter->parent, NULL, NULL, in iter_add_single_cumulative_entry() 1139 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry()
|
H A D | hist.h | 138 struct hist_entry *hists__add_entry(struct hists *hists,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 761 struct hist_entry *hists__add_entry(struct hists *hists, in hists__add_entry() function 858 he = hists__add_entry(hists, al, iter->parent, NULL, mi, NULL, in iter_add_single_mem_entry() 963 he = hists__add_entry(hists, al, iter->parent, &bi[i], NULL, NULL, in iter_add_next_branch_entry() 1000 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry() 1065 he = hists__add_entry(hists, al, iter->parent, NULL, NULL, NULL, in iter_add_single_cumulative_entry() 1168 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry()
|
H A D | hist.h | 150 struct hist_entry *hists__add_entry(struct hists *hists,
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 250 he = hists__add_entry(hists, al, NULL, NULL, NULL, sample, true); in evsel__add_sample()
|
H A D | builtin-diff.c | 445 if (!hists__add_entry(hists, &al, NULL, NULL, NULL, sample, in diff__process_sample_event()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 264 he = hists__add_entry(hists, al, NULL, NULL, NULL, NULL, sample, true); in evsel__add_sample()
|
H A D | builtin-diff.c | 447 if (!hists__add_entry(hists, &al, NULL, NULL, NULL, NULL, sample, in diff__process_sample_event()
|