diff options
Diffstat (limited to 'tools/perf/util/cache.h')
-rw-r--r-- | tools/perf/util/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/cache.h b/tools/perf/util/cache.h index d04d770d90f6..fbcca21d66ab 100644 --- a/tools/perf/util/cache.h +++ b/tools/perf/util/cache.h | |||
@@ -17,6 +17,7 @@ | |||
17 | #define EXEC_PATH_ENVIRONMENT "PERF_EXEC_PATH" | 17 | #define EXEC_PATH_ENVIRONMENT "PERF_EXEC_PATH" |
18 | #define DEFAULT_PERF_DIR_ENVIRONMENT ".perf" | 18 | #define DEFAULT_PERF_DIR_ENVIRONMENT ".perf" |
19 | #define PERF_DEBUGFS_ENVIRONMENT "PERF_DEBUGFS_DIR" | 19 | #define PERF_DEBUGFS_ENVIRONMENT "PERF_DEBUGFS_DIR" |
20 | #define PERF_TRACEFS_ENVIRONMENT "PERF_TRACEFS_DIR" | ||
20 | 21 | ||
21 | typedef int (*config_fn_t)(const char *, const char *, void *); | 22 | typedef int (*config_fn_t)(const char *, const char *, void *); |
22 | extern int perf_default_config(const char *, const char *, void *); | 23 | extern int perf_default_config(const char *, const char *, void *); |