Lines Matching refs:MAP__FUNCTION
499 map = map_groups__find_by_name(&machine->kmaps, MAP__FUNCTION, in machine__new_module()
508 map = map__new2(start, dso, MAP__FUNCTION); in machine__new_module()
558 struct dso *kdso = machine->vmlinux_maps[MAP__FUNCTION]->dso; in machine__fprintf_vmlinux_path()
709 if (type == MAP__FUNCTION) { in machine__destroy_kernel_maps()
872 map = map_groups__find_by_name(mg, MAP__FUNCTION, m->name); in map_groups__set_module_path()
1150 dso__load(kernel, machine->vmlinux_maps[MAP__FUNCTION], in machine__process_kernel_mmap_event()
1188 type = MAP__FUNCTION; in machine__process_mmap2_event()
1238 type = MAP__FUNCTION; in machine__process_mmap_event()
1363 thread__find_cpumode_addr_location(thread, MAP__FUNCTION, ip, &al); in ip__resolve_ams()
1385 thread__find_addr_location(thread, m, MAP__FUNCTION, addr, &al); in ip__resolve_data()
1420 thread__find_cpumode_addr_location(thread, MAP__FUNCTION, in add_callchain_ip()
1446 thread__find_addr_location(thread, *cpumode, MAP__FUNCTION, in add_callchain_ip()
1829 struct map *map = machine__kernel_map(machine, MAP__FUNCTION); in machine__get_kernel_start()