Home
last modified time | relevance | path

Searched defs:maps (Results 1 – 13 of 13) sorted by relevance

/tools/perf/util/
Dmap.c475 static void maps__init(struct maps *maps) in maps__init()
491 static void __maps__purge(struct maps *maps) in __maps__purge()
505 static void maps__exit(struct maps *maps) in maps__exit()
570 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name, in maps__find_symbol_by_name()
623 static size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf()
666 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings()
752 struct maps *maps = &parent->maps[type]; in map_groups__clone() local
775 static void __maps__insert(struct maps *maps, struct map *map) in __maps__insert()
796 void maps__insert(struct maps *maps, struct map *map) in maps__insert()
803 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove()
[all …]
Dfind-vdso-map.c3 FILE *maps; in find_vdso_map() local
Dmap.h62 struct maps { struct
68 struct maps maps[MAP__NR_TYPES]; member
Dthread.c219 struct maps *maps = &thread->mg->maps[i]; in __thread__prepare_access() local
Dsymbol.c210 struct maps *maps = &mg->maps[type]; in __map_groups__fixup_end() local
1087 struct list_head maps; member
1559 struct maps *maps = &mg->maps[type]; in map_groups__find_by_name() local
Devent.c386 struct maps *maps = &kmaps->maps[MAP__FUNCTION]; in perf_event__synthesize_modules() local
Dsession.c1911 int maps__set_kallsyms_ref_reloc_sym(struct map **maps, in maps__set_kallsyms_ref_reloc_sym()
Devlist.c1042 struct perf_mmap *maps = evlist->mmap; in perf_evlist__mmap_per_evsel() local
Dprobe-event.c161 struct maps *maps = &grp->maps[MAP__FUNCTION]; in kernel_get_module_map() local
/tools/perf/tests/
Dvmlinux-kallsyms.c21 struct maps *maps = &vmlinux.kmaps.maps[type]; in test__vmlinux_matches_kallsyms() local
/tools/testing/selftests/x86/
Dtest_vsyscall.c100 FILE *maps; in init_vsys() local
/tools/perf/
Dbuiltin-record.c517 struct perf_mmap *maps; in record__mmap_read_evlist() local
/tools/lib/bpf/
Dlibbpf.c201 struct bpf_map *maps; member