diff options
Diffstat (limited to 'tools/perf/util/cache.h')
-rw-r--r-- | tools/perf/util/cache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/cache.h b/tools/perf/util/cache.h index 07b5d63947b1..3ca453f0c51f 100644 --- a/tools/perf/util/cache.h +++ b/tools/perf/util/cache.h | |||
@@ -23,6 +23,8 @@ | |||
23 | #define PERF_TRACEFS_ENVIRONMENT "PERF_TRACEFS_DIR" | 23 | #define PERF_TRACEFS_ENVIRONMENT "PERF_TRACEFS_DIR" |
24 | #define PERF_PAGER_ENVIRONMENT "PERF_PAGER" | 24 | #define PERF_PAGER_ENVIRONMENT "PERF_PAGER" |
25 | 25 | ||
26 | extern const char *config_exclusive_filename; | ||
27 | |||
26 | typedef int (*config_fn_t)(const char *, const char *, void *); | 28 | typedef int (*config_fn_t)(const char *, const char *, void *); |
27 | extern int perf_default_config(const char *, const char *, void *); | 29 | extern int perf_default_config(const char *, const char *, void *); |
28 | extern int perf_config(config_fn_t fn, void *); | 30 | extern int perf_config(config_fn_t fn, void *); |
@@ -31,6 +33,7 @@ extern u64 perf_config_u64(const char *, const char *); | |||
31 | extern int perf_config_bool(const char *, const char *); | 33 | extern int perf_config_bool(const char *, const char *); |
32 | extern int config_error_nonbool(const char *); | 34 | extern int config_error_nonbool(const char *); |
33 | extern const char *perf_config_dirname(const char *, const char *); | 35 | extern const char *perf_config_dirname(const char *, const char *); |
36 | extern const char *perf_etc_perfconfig(void); | ||
34 | 37 | ||
35 | char *alias_lookup(const char *alias); | 38 | char *alias_lookup(const char *alias); |
36 | int split_cmdline(char *cmdline, const char ***argv); | 39 | int split_cmdline(char *cmdline, const char ***argv); |