Searched refs:__hists__add_entry (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/tools/perf/util/ |
D | hist.h | 55 struct hist_entry *__hists__add_entry(struct hists *self,
|
D | hist.c | 130 struct hist_entry *__hists__add_entry(struct hists *self, in __hists__add_entry() function
|
/linux-2.6.39/tools/perf/ |
D | builtin-annotate.c | 62 he = __hists__add_entry(&evsel->hists, al, NULL, 1); in perf_evlist__add_sample()
|
D | builtin-diff.c | 28 if (__hists__add_entry(self, al, NULL, period) != NULL) in hists__add_entry()
|
D | builtin-report.c | 67 he = __hists__add_entry(&evsel->hists, al, parent, sample->period); in perf_session__add_hist_entry()
|