Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dhist.h193 void hists__inc_nr_events(struct hists *hists, u32 type);
Dhist.c2311 void hists__inc_nr_events(struct hists *hists, u32 type) in hists__inc_nr_events() function
/Linux-v5.10/tools/perf/
Dbuiltin-top.c1211 hists__inc_nr_events(evsel__hists(evsel), event->header.type); in deliver_event()