aboutsummaryrefslogtreecommitdiff
path: root/Documentation/perf_counter/util/environment.c
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/perf_counter/util/environment.c')
-rw-r--r--Documentation/perf_counter/util/environment.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/perf_counter/util/environment.c b/Documentation/perf_counter/util/environment.c
new file mode 100644
index 00000000000..9b1c8199e72
--- /dev/null
+++ b/Documentation/perf_counter/util/environment.c
@@ -0,0 +1,8 @@
+/*
+ * We put all the perf config variables in this same object
+ * file, so that programs can link against the config parser
+ * without having to link against all the rest of perf.
+ */
+#include "cache.h"
+
+const char *pager_program;