Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dprobe-event.c74 static struct machine *host_machine; variable
89 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps()
95 host_machine = machine__new_host(); in init_probe_symbol_maps()
96 if (!host_machine) { in init_probe_symbol_maps()
109 machine__delete(host_machine); in exit_probe_symbol_maps()
110 host_machine = NULL; in exit_probe_symbol_maps()
118 struct map *map = machine__kernel_map(host_machine); in kernel_get_ref_reloc_sym()
141 sym = machine__find_kernel_symbol_by_name(host_machine, name, &map); in kernel_get_symbol_address_by_name()
153 struct maps *maps = machine__kernel_maps(host_machine); in kernel_get_module_map()
331 map = map_groups__find_by_name(&host_machine->kmaps, module_name); in kernel_get_module_dso()
[all …]