Searched refs:hists__inc_nr_events (Results 1 – 7 of 7) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-report.c | 154 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()
|
D | builtin-annotate.c | 80 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_evsel__add_sample()
|
D | builtin-top.c | 256 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()
|
D | builtin-sched.c | 1428 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_sched__process_tracepoint_sample()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | hist.h | 114 void hists__inc_nr_events(struct hists *self, u32 type);
|
D | hist.c | 875 void hists__inc_nr_events(struct hists *hists, u32 type) in hists__inc_nr_events() function
|
D | session.c | 991 hists__inc_nr_events(&evsel->hists, event->header.type); in perf_session_deliver_event()
|