OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hists__inc_nr_events
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
hist.h
78
void
hists__inc_nr_events
(struct hists *self, u32 type);
hist.c
981
void
hists__inc_nr_events
(struct hists *self, u32 type)
function
session.c
827
hists__inc_nr_events
(&session->hists, event->header.type);
[
all
...]
/external/linux-tools-perf/
builtin-annotate.c
83
hists__inc_nr_events
(&evsel->hists, PERF_RECORD_SAMPLE);
builtin-report.c
104
hists__inc_nr_events
(&evsel->hists, PERF_RECORD_SAMPLE);
Completed in 155 milliseconds