Home
last modified time | relevance | path

Searched refs:events_stats__inc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/perf/util/
Devents_stats.h52 void events_stats__inc(struct events_stats *stats, u32 type);
Dsession.c1680 events_stats__inc(&evlist->stats, event->header.type); in perf_session__deliver_synth_event()
1794 events_stats__inc(&evlist->stats, event->header.type); in perf_session__process_event()
Dhist.c2322 void events_stats__inc(struct events_stats *stats, u32 type) in events_stats__inc() function
/Linux-v5.15/tools/perf/
Dbuiltin-top.c1205 events_stats__inc(&session->evlist->stats, event->header.type); in deliver_event()