Searched refs:__hists__add_entry (Results 1 – 7 of 7) sorted by relevance
/external/linux-tools-perf/src/tools/perf/tests/ |
D | hists_link.c | 225 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/ |
D | hist.h | 83 struct hist_entry *__hists__add_entry(struct hists *self,
|
D | hist.c | 466 struct hist_entry *__hists__add_entry(struct hists *self, in __hists__add_entry() function
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-annotate.c | 66 he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1); in perf_evsel__add_sample()
|
D | builtin-diff.c | 309 if (__hists__add_entry(self, al, NULL, period, weight) != NULL) in hists__add_entry()
|
D | builtin-report.c | 261 he = __hists__add_entry(&evsel->hists, al, parent, sample->period, in perf_evsel__add_hist_entry()
|
D | builtin-top.c | 249 he = __hists__add_entry(&evsel->hists, al, NULL, sample->period, in perf_evsel__add_hist_entry()
|