perf_etc_perfconfig  175 tools/perf/builtin-config.c 		config_exclusive_filename = perf_etc_perfconfig();
perf_etc_perfconfig  630 tools/perf/util/config.c 	if (strcmp(config_file_name, perf_etc_perfconfig()) == 0) {
perf_etc_perfconfig  662 tools/perf/util/config.c 	if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) {
perf_etc_perfconfig  663 tools/perf/util/config.c 		if (perf_config_from_file(collect_config, perf_etc_perfconfig(), set) < 0)
perf_etc_perfconfig   35 tools/perf/util/config.h const char *perf_etc_perfconfig(void);