Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dhists_link.c92 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
112 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
/linux/tools/perf/util/
H A Dhist.c770 struct hist_entry *hists__add_entry(struct hists *hists, in hists__add_entry() function
867 he = hists__add_entry(hists, al, iter->parent, NULL, mi, NULL, in iter_add_single_mem_entry()
967 he = hists__add_entry(hists, al, iter->parent, &bi[i], NULL, NULL, in iter_add_next_branch_entry()
1015 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry()
1080 he = hists__add_entry(hists, al, iter->parent, NULL, NULL, NULL, in iter_add_single_cumulative_entry()
1183 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry()
H A Dhist.h313 struct hist_entry *hists__add_entry(struct hists *hists,
/linux/tools/perf/
H A Dbuiltin-annotate.c274 he = hists__add_entry(hists, al, NULL, NULL, NULL, NULL, sample, true); in evsel__add_sample()
H A Dbuiltin-diff.c447 if (!hists__add_entry(hists, &al, NULL, NULL, NULL, NULL, sample, in diff__process_sample_event()