Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.c76 static struct machine *host_machine;
92 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps()
98 host_machine = machine__new_host(&host_env); in init_probe_symbol_maps()
99 if (!host_machine) { in init_probe_symbol_maps()
112 machine__delete(host_machine); in exit_probe_symbol_maps()
113 host_machine = NULL; in exit_probe_symbol_maps()
121 struct map *map = machine__kernel_map(host_machine); in kernel_get_ref_reloc_sym()
149 sym = machine__find_kernel_symbol_by_name(host_machine, name, &map); in kernel_get_symbol_address_by_name()
191 struct map *map = machine__kernel_map(host_machine); in kernel_get_module_map()
196 maps__for_each_map(machine__kernel_maps(host_machine), kernel_get_module_map_c in kernel_get_module_map()
77 static struct machine *host_machine; global() variable
[all...]
H A Dmachine.c387 struct machine *host_machine, in findnew_guest_code() argument
405 host_thread = machine__find_thread(host_machine, -1, pid); in findnew_guest_code()
429 struct machine *host_machine = machines__find(machines, HOST_KERNEL_ID); in machines__findnew_guest_code() local
432 return findnew_guest_code(machine, host_machine, pid); in machines__findnew_guest_code()
438 struct machine *host_machine; in machine__findnew_guest_code() local
443 host_machine = machines__find(machines, HOST_KERNEL_ID); in machine__findnew_guest_code()
445 return findnew_guest_code(machine, host_machine, pid); in machine__findnew_guest_code()