Home
last modified time | relevance | path

Searched refs:events_stats (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dhist.h68 struct events_stats stats;
136 void events_stats__inc(struct events_stats *stats, u32 type);
137 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp);
Devlist.h54 struct events_stats stats;
Devent.h233 struct events_stats { struct
Dhist.c1277 void events_stats__inc(struct events_stats *stats, u32 type) in events_stats__inc()
Dsession.c1130 const struct events_stats *stats = &session->evlist->stats; in perf_session__warn_about_errors()
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c491 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp) in events_stats__fprintf()