Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dprobe-event.c71 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()
[all …]