Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Devents_stats.h68 void events_stats__inc(struct events_stats *stats, u32 type);
H A Dsession.c1506 events_stats__inc(&evlist->stats, event->header.type); in perf_session__deliver_synth_event()
1645 events_stats__inc(&evlist->stats, event->header.type); in perf_session__process_event()
H A Dhist.c2434 void events_stats__inc(struct events_stats *stats, u32 type) in events_stats__inc() function
/linux-6.15/tools/perf/
H A Dbuiltin-top.c1218 events_stats__inc(&session->evlist->stats, event->header.type); in deliver_event()