Home
last modified time | relevance | path

Searched refs:config_real (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-daemon.c87 char *config_real; member
284 struct perf_config_set *set = perf_config_set__load_file(daemon->config_real); in setup_client_config()
311 set = perf_config_set__load_file(daemon->config_real); in setup_server_config()
977 zfree(&daemon->config_real); in daemon__exit()
1017 char *basen = strdup(daemon->config_real); in setup_config_changes()
1018 char *dirn = strdup(daemon->config_real); in setup_config_changes()
1108 daemon->config_real = real; in setup_config()
1113 daemon->config_real = strdup(perf_etc_perfconfig()); in setup_config()
1115 daemon->config_real = strdup(perf_home_perfconfig()); in setup_config()
1117 return daemon->config_real ? 0 : -1; in setup_config()