Searched refs:home (Results 1 – 3 of 3) sorted by relevance
647 const char *home = NULL; in perf_config_set__init() local659 home = getenv("HOME"); in perf_config_set__init()666 if (!home || !*home || !perf_config_global()) in perf_config_set__init()669 user_config = strdup(mkpath("%s/.perfconfig", home)); in perf_config_set__init()671 pr_warning("Not enough memory to process %s/.perfconfig, ignoring it.", home); in perf_config_set__init()818 char *home = getenv("HOME"); in set_buildid_dir() local820 if (home) { in set_buildid_dir()822 home, DEBUG_CACHE_DIR); in set_buildid_dir()
391 char *home; in load_plugins() local420 home = getenv("HOME"); in load_plugins()421 if (!home) in load_plugins()424 path = malloc(strlen(home) + strlen(LOCAL_PLUGIN_DIR) + 2); in load_plugins()430 strcpy(path, home); in load_plugins()
12 THIS_DIR := /home/rostedt/work/demo/ktest-embed