Lines Matching refs:host_machine
73 static struct machine *host_machine; variable
87 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps()
93 host_machine = machine__new_host(); in init_probe_symbol_maps()
94 if (!host_machine) { in init_probe_symbol_maps()
107 machine__delete(host_machine); in exit_probe_symbol_maps()
108 host_machine = NULL; in exit_probe_symbol_maps()
115 struct map *map = machine__kernel_map(host_machine); in kernel_get_ref_reloc_sym()
143 sym = machine__find_kernel_symbol_by_name(host_machine, name, &map); in kernel_get_symbol_address_by_name()
155 struct maps *maps = machine__kernel_maps(host_machine); in kernel_get_module_map()
163 struct map *map = machine__kernel_map(host_machine); in kernel_get_module_map()
347 map = maps__find_by_name(machine__kernel_maps(host_machine), module_name); in kernel_get_module_dso()
356 map = machine__kernel_map(host_machine); in kernel_get_module_dso()
359 dso__read_running_kernel_build_id(dso, host_machine); in kernel_get_module_dso()
2252 sym = machine__find_kernel_symbol(host_machine, addr, &map); in find_perf_probe_point_from_map()