Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-daemon.c87 char *config_real; member
285 struct perf_config_set *set = perf_config_set__load_file(daemon->config_real); in setup_client_config()
312 set = perf_config_set__load_file(daemon->config_real); in setup_server_config()
979 zfree(&daemon->config_real); in daemon__exit()
1019 char *basen = strdup(daemon->config_real); in setup_config_changes()
1020 char *dirn = strdup(daemon->config_real); in setup_config_changes()
1110 daemon->config_real = real; in setup_config()
1115 daemon->config_real = strdup(perf_etc_perfconfig()); in setup_config()
1117 daemon->config_real = strdup(perf_home_perfconfig()); in setup_config()
1119 return daemon->config_real ? 0 : -1; in setup_config()