aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r--tools/perf/util/util.h1
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);
423void argv_free(char **argv); 423void argv_free(char **argv);
424bool strglobmatch(const char *str, const char *pat); 424bool strglobmatch(const char *str, const char *pat);
425bool strlazymatch(const char *str, const char *pat); 425bool strlazymatch(const char *str, const char *pat);
426unsigned 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)