Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devents_stats.h53 void events_stats__inc(struct events_stats *stats, u32 type);
H A Dsession.c1751 events_stats__inc(&evlist->stats, event->header.type); in perf_session__deliver_synth_event()
1866 events_stats__inc(&evlist->stats, event->header.type); in perf_session__process_event()
H A Dhist.c2352 void events_stats__inc(struct events_stats *stats, u32 type) in events_stats__inc() function
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1208 events_stats__inc(&session->evlist->stats, event->header.type); in deliver_event()