diff options
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r-- | tools/perf/util/hist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index bfcbb11c2648..1329b6b6ffe6 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h | |||
@@ -174,8 +174,6 @@ enum { | |||
174 | void perf_hpp__init(void); | 174 | void perf_hpp__init(void); |
175 | void perf_hpp__column_register(struct perf_hpp_fmt *format); | 175 | void perf_hpp__column_register(struct perf_hpp_fmt *format); |
176 | void perf_hpp__column_enable(unsigned col); | 176 | void perf_hpp__column_enable(unsigned col); |
177 | int hist_entry__period_snprintf(struct perf_hpp *hpp, struct hist_entry *he, | ||
178 | bool color); | ||
179 | 177 | ||
180 | struct perf_evlist; | 178 | struct perf_evlist; |
181 | 179 | ||