perf_etc_perfconfig
config_exclusive_filename = perf_etc_perfconfig();
config_exclusive_filename = perf_etc_perfconfig();
if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK))
daemon->config_real = strdup(perf_etc_perfconfig());
if (strcmp(config_file_name, perf_etc_perfconfig()) == 0) {
if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) {
if (perf_config_from_file(collect_config, perf_etc_perfconfig(), set) < 0)
const char *perf_etc_perfconfig(void);