OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__hists__add_entry
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
hist.h
61
struct hist_entry *
__hists__add_entry
(struct hists *self,
hist.c
130
struct hist_entry *
__hists__add_entry
(struct hists *self,
function
/external/linux-tools-perf/
builtin-annotate.c
68
he =
__hists__add_entry
(&evsel->hists, al, NULL, 1);
builtin-diff.c
28
if (
__hists__add_entry
(self, al, NULL, period) != NULL)
builtin-report.c
75
he =
__hists__add_entry
(&evsel->hists, al, parent, sample->period);
Completed in 173 milliseconds