home               34 arch/um/os-Linux/umid.c 		char *home = getenv("HOME");
home               37 arch/um/os-Linux/umid.c 		if (home == NULL) {
home               43 arch/um/os-Linux/umid.c 		strlcpy(dir, home, sizeof(dir));
home              304 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c 	HISI_PMU_EVENT_ATTR(sdir-home-migrate,	0x4c),
home              305 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c 	HISI_PMU_EVENT_ATTR(edir-home-migrate,  0x4d),
home              376 tools/lib/traceevent/event-plugin.c 	char *home;
home              406 tools/lib/traceevent/event-plugin.c 	home = getenv("HOME");
home              407 tools/lib/traceevent/event-plugin.c 	if (!home)
home              410 tools/lib/traceevent/event-plugin.c 	ret = asprintf(&path, "%s/%s", home, LOCAL_PLUGIN_DIR);
home              655 tools/perf/util/config.c 	const char *home = NULL;
home              667 tools/perf/util/config.c 	home = getenv("HOME");
home              674 tools/perf/util/config.c 	if (!home || !*home || !perf_config_global())
home              677 tools/perf/util/config.c 	user_config = strdup(mkpath("%s/.perfconfig", home));
home              679 tools/perf/util/config.c 		pr_warning("Not enough memory to process %s/.perfconfig, ignoring it.", home);
home              829 tools/perf/util/config.c 		char *home = getenv("HOME");
home              831 tools/perf/util/config.c 		if (home) {
home              833 tools/perf/util/config.c 				 home, DEBUG_CACHE_DIR);