Searched refs:user_config (Results 1 – 1 of 1) sorted by relevance
477 char *user_config = strdup(mkpath("%s/.perfconfig", home)); in perf_config() local480 if (user_config == NULL) { in perf_config()486 if (stat(user_config, &st) < 0) in perf_config()491 "ignoring it.", user_config); in perf_config()498 ret += perf_config_from_file(fn, user_config, data); in perf_config()501 free(user_config); in perf_config()