Lines Matching defs:config_real
86 char *config_real;
284 struct perf_config_set *set = perf_config_set__load_file(daemon->config_real);
311 set = perf_config_set__load_file(daemon->config_real);
978 zfree(&daemon->config_real);
1018 char *basen = strdup(daemon->config_real);
1019 char *dirn = strdup(daemon->config_real);
1109 daemon->config_real = real;
1114 daemon->config_real = strdup(perf_etc_perfconfig());
1116 daemon->config_real = strdup(perf_home_perfconfig());
1118 return daemon->config_real ? 0 : -1;