Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-report.c154 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_report__add_mem_hist_entry()
235 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_report__add_branch_hist_entry()
291 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_evsel__add_hist_entry()
Dbuiltin-annotate.c80 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_evsel__add_sample()
Dbuiltin-top.c256 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_evsel__add_hist_entry()
858 hists__inc_nr_events(&evsel->hists, event->header.type); in perf_top__mmap_read_idx()
Dbuiltin-sched.c1428 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_sched__process_tracepoint_sample()
/external/linux-tools-perf/src/tools/perf/util/
Dhist.h114 void hists__inc_nr_events(struct hists *self, u32 type);
Dhist.c875 void hists__inc_nr_events(struct hists *hists, u32 type) in hists__inc_nr_events() function
Dsession.c991 hists__inc_nr_events(&evsel->hists, event->header.type); in perf_session_deliver_event()