Home
last modified time | relevance | path

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

/tools/perf/tests/
Dhists_link.c92 he = __hists__add_entry(hists, &al, NULL, in add_hist_entries()
118 he = __hists__add_entry(hists, &al, NULL, in add_hist_entries()
/tools/perf/util/
Dhist.c459 struct hist_entry *__hists__add_entry(struct hists *hists, in __hists__add_entry() function
545 he = __hists__add_entry(hists, al, iter->parent, NULL, mi, in iter_add_single_mem_entry()
646 he = __hists__add_entry(hists, al, iter->parent, &bi[i], NULL, in iter_add_next_branch_entry()
684 he = __hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry()
746 he = __hists__add_entry(hists, al, iter->parent, NULL, NULL, in iter_add_single_cumulative_entry()
820 he = __hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry()
Dhist.h112 struct hist_entry *__hists__add_entry(struct hists *hists,
/tools/perf/
Dbuiltin-annotate.c75 he = __hists__add_entry(hists, al, NULL, NULL, NULL, 1, 1, 0, true); in perf_evsel__add_sample()
Dbuiltin-diff.c317 if (__hists__add_entry(hists, al, NULL, NULL, NULL, period, weight, in hists__add_entry()