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 fbf45d1b26f7..0795bf304b19 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -423,6 +423,7 @@ char **argv_split(const char *str, int *argcp); | |||
423 | void argv_free(char **argv); | 423 | void argv_free(char **argv); |
424 | bool strglobmatch(const char *str, const char *pat); | 424 | bool strglobmatch(const char *str, const char *pat); |
425 | bool strlazymatch(const char *str, const char *pat); | 425 | bool strlazymatch(const char *str, const char *pat); |
426 | unsigned long convert_unit(unsigned long value, char *unit); | ||
426 | 427 | ||
427 | #define _STR(x) #x | 428 | #define _STR(x) #x |
428 | #define STR(x) _STR(x) | 429 | #define STR(x) _STR(x) |