Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmachine.c132 static struct machine *__machine__new_host(struct perf_env *host_env, bool kernel_maps) in __machine__new_host() function
151 return __machine__new_host(host_env, /*kernel_maps=*/true); in machine__new_host()
173 struct machine *machine = __machine__new_host(host_env, kernel_maps); in machine__new_live()