Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dhist.h55 struct hist_entry *__hists__add_entry(struct hists *self,
Dhist.c130 struct hist_entry *__hists__add_entry(struct hists *self, in __hists__add_entry() function
/linux-2.6.39/tools/perf/
Dbuiltin-annotate.c62 he = __hists__add_entry(&evsel->hists, al, NULL, 1); in perf_evlist__add_sample()
Dbuiltin-diff.c28 if (__hists__add_entry(self, al, NULL, period) != NULL) in hists__add_entry()
Dbuiltin-report.c67 he = __hists__add_entry(&evsel->hists, al, parent, sample->period); in perf_session__add_hist_entry()