Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/tests/
Dhists_link.c225 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1); in add_hist_entries()
247 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1); in add_hist_entries()
/external/linux-tools-perf/src/tools/perf/util/
Dhist.h83 struct hist_entry *__hists__add_entry(struct hists *self,
Dhist.c466 struct hist_entry *__hists__add_entry(struct hists *self, in __hists__add_entry() function
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-annotate.c66 he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1); in perf_evsel__add_sample()
Dbuiltin-diff.c309 if (__hists__add_entry(self, al, NULL, period, weight) != NULL) in hists__add_entry()
Dbuiltin-report.c261 he = __hists__add_entry(&evsel->hists, al, parent, sample->period, in perf_evsel__add_hist_entry()
Dbuiltin-top.c249 he = __hists__add_entry(&evsel->hists, al, NULL, sample->period, in perf_evsel__add_hist_entry()