Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhist.h115 void events_stats__inc(struct events_stats *stats, u32 type);
Dhist.c869 void events_stats__inc(struct events_stats *stats, u32 type) in events_stats__inc() function
877 events_stats__inc(&hists->stats, type); in hists__inc_nr_events()
Dsession.c1081 events_stats__inc(&session->stats, event->header.type); in perf_session__process_event()