Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.h27 struct events_stats { struct
77 struct events_stats stats;
118 void events_stats__inc(struct events_stats *stats, u32 type);
119 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp);
Dsession.h36 struct events_stats stats;
Dhist.c878 void events_stats__inc(struct events_stats *stats, u32 type) in events_stats__inc()
/tools/perf/ui/stdio/
Dhist.c464 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp) in events_stats__fprintf()