Searched refs:kmaps (Results 1 – 7 of 7) sorted by relevance
/external/qemu/ |
D | gen-charmap.py | 158 kmaps = [] variable 178 kmaps.append(kmap) 181 for kmap in kmaps: 184 print "const AKeyCharmap* android_charmaps[%d] = {" % len(kmaps), 186 for kmap in kmaps: 190 print "const int android_charmap_count = %d;" % len(kmaps)
|
/external/linux-tools-perf/util/ |
D | map.h | 56 struct map_groups *kmaps; member 75 struct map_groups kmaps; member 207 return map_groups__find_symbol(&self->kmaps, type, addr, mapp, filter); in machine__find_kernel_symbol() 232 return map_groups__find_function_by_name(&self->kmaps, name, mapp, in machine__find_kernel_function_by_name()
|
D | event.c | 229 struct map_groups *kmaps = &machine->kmaps; in perf_event__synthesize_modules() local 249 for (nd = rb_first(&kmaps->maps[MAP__FUNCTION]); in perf_event__synthesize_modules() 707 mg = &machine->kmaps; in thread__find_addr_map() 718 mg = &machine->kmaps; in thread__find_addr_map() 755 machine && mg != &machine->kmaps) { in thread__find_addr_map() 756 mg = &machine->kmaps; in thread__find_addr_map()
|
D | symbol.c | 570 struct map_groups *kmaps = map__kmap(map)->kmaps; in dso__split_kallsyms() local 571 struct machine *machine = kmaps->machine; in dso__split_kallsyms() 607 curr_map = map_groups__find_by_name(kmaps, in dso__split_kallsyms() 659 map_groups__insert(kmaps, curr_map); in dso__split_kallsyms() 678 machine__is_default_guest(kmaps->machine)) { in dso__split_kallsyms() 1222 curr_map = map_groups__find_by_name(kmap->kmaps, map->type, dso_name); in dso__load_sym() 1244 map_groups__insert(kmap->kmaps, curr_map); in dso__load_sym() 1293 __map_groups__fixup_end(kmap->kmaps, map->type); in dso__load_sym() 1763 return map_groups__set_modules_path_dir(&machine->kmaps, modules_path); in machine__set_modules_path() 1802 map_groups__insert(&machine->kmaps, map); in machine__new_module() [all …]
|
D | map.c | 548 map_groups__init(&self->kmaps); in machine__init() 553 self->kmaps.machine = self; in machine__init() 571 map_groups__exit(&self->kmaps); in machine__exit()
|
D | probe-event.c | 118 struct map_groups *grp = &machine.kmaps; in kernel_get_module_map()
|
/external/linux-tools-perf/ |
D | builtin-test.c | 186 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 194 pair = map_groups__find_by_name(&kallsyms.kmaps, type, in test__vmlinux_matches_kallsyms() 206 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 209 pair = map_groups__find(&kallsyms.kmaps, type, pos->start); in test__vmlinux_matches_kallsyms() 227 for (nd = rb_first(&kallsyms.kmaps.maps[type]); in test__vmlinux_matches_kallsyms()
|