diff options
Diffstat (limited to 'ANDROID_3.4.5/tools/perf/util/environment.c')
-rw-r--r-- | ANDROID_3.4.5/tools/perf/util/environment.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/tools/perf/util/environment.c b/ANDROID_3.4.5/tools/perf/util/environment.c new file mode 100644 index 00000000..275b0ee3 --- /dev/null +++ b/ANDROID_3.4.5/tools/perf/util/environment.c @@ -0,0 +1,9 @@ +/* + * 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; +int pager_use_color = 1; |