host_machine       65 tools/perf/util/probe-event.c static struct machine *host_machine;
host_machine       80 tools/perf/util/probe-event.c 	if (host_machine || user_only)	/* already initialized */
host_machine       86 tools/perf/util/probe-event.c 	host_machine = machine__new_host();
host_machine       87 tools/perf/util/probe-event.c 	if (!host_machine) {
host_machine      100 tools/perf/util/probe-event.c 	machine__delete(host_machine);
host_machine      101 tools/perf/util/probe-event.c 	host_machine = NULL;
host_machine      109 tools/perf/util/probe-event.c 	struct map *map = machine__kernel_map(host_machine);
host_machine      132 tools/perf/util/probe-event.c 		sym = machine__find_kernel_symbol_by_name(host_machine, name, &map);
host_machine      144 tools/perf/util/probe-event.c 	struct maps *maps = machine__kernel_maps(host_machine);
host_machine      152 tools/perf/util/probe-event.c 		pos = machine__kernel_map(host_machine);
host_machine      324 tools/perf/util/probe-event.c 		map = map_groups__find_by_name(&host_machine->kmaps, module_name);
host_machine      333 tools/perf/util/probe-event.c 	map = machine__kernel_map(host_machine);
host_machine     2117 tools/perf/util/probe-event.c 			sym = machine__find_kernel_symbol(host_machine, addr, &map);