aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/events_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/events_stats.h')
-rw-r--r--tools/perf/util/events_stats.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/events_stats.h b/tools/perf/util/events_stats.h
index 8fecc9fbaecc..f43e5b1a366a 100644
--- a/tools/perf/util/events_stats.h
+++ b/tools/perf/util/events_stats.h
@@ -52,7 +52,6 @@ struct hists_stats {
void events_stats__inc(struct events_stats *stats, u32 type);
-size_t events_stats__fprintf(struct events_stats *stats, FILE *fp,
- bool skip_empty);
+size_t events_stats__fprintf(struct events_stats *stats, FILE *fp);
#endif /* __PERF_EVENTS_STATS_ */