Searched refs:machine__new_live (Results 1 – 4 of 4) sorted by relevance
194 machine = machine__new_live(&host_env, /*kernel_maps=*/true, pid); in test__dwarf_unwind()
318 machine = machine__new_live(&host_env, /*kernel_maps=*/false, pid); in __dump_stack()
174 struct machine *machine__new_live(struct perf_env *host_env, bool kernel_maps, pid_t pid);
171 struct machine *machine__new_live(struct perf_env *host_env, bool kernel_maps, pid_t pid) in machine__new_live() function