Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dhist.h78 void hists__inc_nr_events(struct hists *self, u32 type);
Dhist.c981 void hists__inc_nr_events(struct hists *self, u32 type) in hists__inc_nr_events() function
Dsession.c827 hists__inc_nr_events(&session->hists, event->header.type); in perf_session__process_event()
/external/linux-tools-perf/
Dbuiltin-annotate.c83 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_evlist__add_sample()
Dbuiltin-report.c104 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_session__add_hist_entry()