Searched defs:maps (Results 1 – 14 of 14) sorted by relevance
/tools/perf/util/ |
D | map.c | 490 static void maps__init(struct maps *maps) in maps__init() 506 static void __maps__purge(struct maps *maps) in __maps__purge() 520 static void maps__exit(struct maps *maps) in maps__exit() 585 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name, in maps__find_symbol_by_name() 638 static size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf() 681 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings() 776 struct maps *maps = &parent->maps[type]; in map_groups__clone() local 799 static void __maps__insert(struct maps *maps, struct map *map) in __maps__insert() 820 void maps__insert(struct maps *maps, struct map *map) in maps__insert() 827 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove() [all …]
|
D | map.h | 63 struct maps { struct 69 struct maps maps[MAP__NR_TYPES]; argument
|
D | find-vdso-map.c | 4 FILE *maps; in find_vdso_map() local
|
D | thread.c | 275 struct maps *maps = &thread->mg->maps[i]; in __thread__prepare_access() local
|
D | symbol.c | 237 struct maps *maps = &mg->maps[type]; in __map_groups__fixup_end() local 1146 struct list_head maps; member 1684 struct maps *maps = &mg->maps[type]; in map_groups__find_by_name() local
|
D | event.c | 467 struct maps *maps = &kmaps->maps[MAP__FUNCTION]; in perf_event__synthesize_modules() local
|
D | session.c | 1981 int maps__set_kallsyms_ref_reloc_sym(struct map **maps, in maps__set_kallsyms_ref_reloc_sym()
|
D | evlist.c | 1058 struct perf_mmap *maps = evlist->mmap; in perf_evlist__mmap_per_evsel() local
|
D | probe-event.c | 165 struct maps *maps = &grp->maps[MAP__FUNCTION]; in kernel_get_module_map() local
|
/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 23 struct maps *maps = &vmlinux.kmaps.maps[type]; in test__vmlinux_matches_kallsyms() local
|
/tools/testing/selftests/x86/ |
D | test_vdso.c | 51 FILE *maps; in vsyscall_getcpu() local
|
D | test_vsyscall.c | 103 FILE *maps; in init_vsys() local
|
/tools/lib/bpf/ |
D | libbpf.c | 213 struct bpf_map *maps; member 819 int maps_shndx, struct bpf_map *maps) in bpf_program__collect_reloc()
|
/tools/perf/ |
D | builtin-record.c | 564 struct perf_mmap *maps; in record__mmap_read_evlist() local
|