summaryrefslogtreecommitdiff
path: root/tools/perf/util/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/config.h')
-rw-r--r--tools/perf/util/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/config.h b/tools/perf/util/config.h
index d6c4f80f367c..bf68e4acea73 100644
--- a/tools/perf/util/config.h
+++ b/tools/perf/util/config.h
@@ -38,6 +38,7 @@ int perf_config_bool(const char *, const char *);
int config_error_nonbool(const char *);
const char *perf_etc_perfconfig(void);
const char *perf_home_perfconfig(void);
+int perf_config_system(void);
struct perf_config_set *perf_config_set__new(void);
struct perf_config_set *perf_config_set__load_file(const char *file);