Lines Matching refs:host_machine
71 static struct machine *host_machine; variable
86 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps()
92 host_machine = machine__new_host(); in init_probe_symbol_maps()
93 if (!host_machine) { in init_probe_symbol_maps()
106 if (host_machine) { in exit_probe_symbol_maps()
107 machine__delete(host_machine); in exit_probe_symbol_maps()
108 host_machine = NULL; in exit_probe_symbol_maps()
116 return machine__find_kernel_function_by_name(host_machine, name, mapp, in __find_kernel_function_by_name()
122 return machine__find_kernel_function(host_machine, addr, mapp, NULL); in __find_kernel_function()
129 struct map *map = machine__kernel_map(host_machine); in kernel_get_ref_reloc_sym()
164 struct map_groups *grp = &host_machine->kmaps; in kernel_get_module_map()
170 return machine__findnew_module_map(host_machine, 0, module); in kernel_get_module_map()
281 map = map_groups__find_by_name(&host_machine->kmaps, MAP__FUNCTION, module_name); in kernel_get_module_dso()
290 map = machine__kernel_map(host_machine); in kernel_get_module_dso()