config_exclusive_filename  175 tools/perf/builtin-config.c 		config_exclusive_filename = perf_etc_perfconfig();
config_exclusive_filename  177 tools/perf/builtin-config.c 		config_exclusive_filename = user_config;
config_exclusive_filename  179 tools/perf/builtin-config.c 	if (!config_exclusive_filename)
config_exclusive_filename  182 tools/perf/builtin-config.c 		config_filename = config_exclusive_filename;
config_exclusive_filename  458 tools/perf/perf.c 	config_exclusive_filename = getenv("PERF_CONFIG");
config_exclusive_filename   45 tools/perf/util/config.c const char *config_exclusive_filename;
config_exclusive_filename  660 tools/perf/util/config.c 	if (config_exclusive_filename)
config_exclusive_filename  661 tools/perf/util/config.c 		return perf_config_from_file(collect_config, config_exclusive_filename, set);
config_exclusive_filename   26 tools/perf/util/config.h extern const char *config_exclusive_filename;