diff options
Diffstat (limited to 'tools/perf/util/cache.h')
| -rw-r--r-- | tools/perf/util/cache.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/cache.h b/tools/perf/util/cache.h index 393d6146d13..4b50c412b9c 100644 --- a/tools/perf/util/cache.h +++ b/tools/perf/util/cache.h @@ -3,6 +3,7 @@  #include "util.h"  #include "strbuf.h" +#include "../perf.h"  #define PERF_DIR_ENVIRONMENT "PERF_DIR"  #define PERF_WORK_TREE_ENVIRONMENT "PERF_WORK_TREE" @@ -17,6 +18,7 @@  #define PERFATTRIBUTES_FILE ".perfattributes"  #define INFOATTRIBUTES_FILE "info/attributes"  #define ATTRIBUTE_MACRO_PREFIX "[attr]" +#define PERF_DEBUGFS_ENVIRONMENT "PERF_DEBUGFS_DIR"  typedef int (*config_fn_t)(const char *, const char *, void *);  extern int perf_default_config(const char *, const char *, void *);  |