Lines Matching refs:MAP__FUNCTION
573 map = map_groups__find_by_name(&machine->kmaps, MAP__FUNCTION, in machine__findnew_module_map()
582 map = map__new2(start, dso, MAP__FUNCTION); in machine__findnew_module_map()
784 if (type == MAP__FUNCTION) { in machine__destroy_kernel_maps()
946 map = map_groups__find_by_name(mg, MAP__FUNCTION, m->name); in map_groups__set_module_path()
1286 type = MAP__FUNCTION; in machine__process_mmap2_event()
1340 type = MAP__FUNCTION; in machine__process_mmap_event()
1512 thread__find_cpumode_addr_location(thread, MAP__FUNCTION, ip, &al); in ip__resolve_ams()
1534 thread__find_addr_location(thread, m, MAP__FUNCTION, addr, &al); in ip__resolve_data()
1569 thread__find_cpumode_addr_location(thread, MAP__FUNCTION, in add_callchain_ip()
1595 thread__find_addr_location(thread, *cpumode, MAP__FUNCTION, in add_callchain_ip()
2030 struct symbol *sym = map_groups__find_symbol(&machine->kmaps, MAP__FUNCTION, *addrp, &map, NULL); in machine__resolve_kernel_addr()