diff options
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index ec5de5e3330c..09b4c26b71aa 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -265,6 +265,7 @@ bool is_power_of_2(unsigned long n) | |||
265 | size_t hex_width(u64 v); | 265 | size_t hex_width(u64 v); |
266 | int hex2u64(const char *ptr, u64 *val); | 266 | int hex2u64(const char *ptr, u64 *val); |
267 | 267 | ||
268 | char *ltrim(char *s); | ||
268 | char *rtrim(char *s); | 269 | char *rtrim(char *s); |
269 | 270 | ||
270 | void dump_stack(void); | 271 | void dump_stack(void); |