perf tools: Move ltrim() to util/string.c
[platform/adaptation/renesas_rcar/renesas_kernel.git] / tools / perf / util / util.h
index ec5de5e..09b4c26 100644 (file)
@@ -265,6 +265,7 @@ bool is_power_of_2(unsigned long n)
 size_t hex_width(u64 v);
 int hex2u64(const char *ptr, u64 *val);
 
+char *ltrim(char *s);
 char *rtrim(char *s);
 
 void dump_stack(void);