diff options
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r-- | tools/perf/util/hist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index b83a2268b5d2..a7f69d69dc66 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h | |||
@@ -147,7 +147,8 @@ enum { | |||
147 | PERF_HPP__MAX_INDEX | 147 | PERF_HPP__MAX_INDEX |
148 | }; | 148 | }; |
149 | 149 | ||
150 | void perf_hpp__init(bool need_pair, bool show_displacement); | 150 | void perf_hpp__init(void); |
151 | void perf_hpp__column_enable(unsigned col, bool enable); | ||
151 | int hist_entry__period_snprintf(struct perf_hpp *hpp, struct hist_entry *he, | 152 | int hist_entry__period_snprintf(struct perf_hpp *hpp, struct hist_entry *he, |
152 | bool color); | 153 | bool color); |
153 | 154 | ||