Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Devents_stats.h53 void events_stats__inc(struct events_stats *stats, u32 type);
Dsession.c1739 events_stats__inc(&evlist->stats, event->header.type); in perf_session__deliver_synth_event()
1854 events_stats__inc(&evlist->stats, event->header.type); in perf_session__process_event()
Dhist.c2316 void events_stats__inc(struct events_stats *stats, u32 type) in events_stats__inc() function
/linux-6.1.9/tools/perf/
Dbuiltin-top.c1204 events_stats__inc(&session->evlist->stats, event->header.type); in deliver_event()