Home
last modified time | relevance | path

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

12

/tools/perf/util/
Dmaps.h22 #define maps__for_each_entry(maps, map) \ argument
25 #define maps__for_each_entry_safe(maps, map, next) \ argument
28 struct maps { struct
33 struct map **maps_by_name; argument
35 unsigned int nr_maps; argument
36 unsigned int nr_maps_allocated; argument
47 struct maps *kmaps; argument
55 static inline struct maps *maps__get(struct maps *maps) in maps__get()
Dmap.c523 void maps__init(struct maps *maps, struct machine *machine) in maps__init()
534 static void __maps__free_maps_by_name(struct maps *maps) in __maps__free_maps_by_name()
543 void maps__insert(struct maps *maps, struct map *map) in maps__insert()
583 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove()
589 void maps__remove(struct maps *maps, struct map *map) in maps__remove()
602 static void __maps__purge(struct maps *maps) in __maps__purge()
612 void maps__exit(struct maps *maps) in maps__exit()
619 bool maps__empty(struct maps *maps) in maps__empty()
626 struct maps *maps = zalloc(sizeof(*maps)); in maps__new() local
634 void maps__delete(struct maps *maps) in maps__delete()
[all …]
Dunwind-libunwind.c15 static void unwind__register_ops(struct maps *maps, struct unwind_libunwind_ops *ops) in unwind__register_ops()
20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access()
69 void unwind__flush_access(struct maps *maps) in unwind__flush_access()
75 void unwind__finish_access(struct maps *maps) in unwind__finish_access()
Dfind-map.c4 FILE *maps; in find_map() local
Dmap_symbol.h12 struct maps *maps; member
Dunwind-libunwind-local.c619 static int _unwind__prepare_access(struct maps *maps) in _unwind__prepare_access()
631 static void _unwind__flush_access(struct maps *maps) in _unwind__flush_access()
636 static void _unwind__finish_access(struct maps *maps) in _unwind__finish_access()
Dsymbol.c260 void maps__fixup_end(struct maps *maps) in maps__fixup_end()
1196 struct list_head maps; member
1967 void __maps__sort_by_name(struct maps *maps) in __maps__sort_by_name()
1972 static int map__groups__sort_by_name_from_rbtree(struct maps *maps) in map__groups__sort_by_name_from_rbtree()
1991 static struct map *__maps__find_by_name(struct maps *maps, const char *name) in __maps__find_by_name()
2005 struct map *maps__find_by_name(struct maps *maps, const char *name) in maps__find_by_name()
Dthread.h37 struct maps *maps; member
Dthread.c350 struct maps *maps = thread->maps; in __thread__prepare_access() local
Dsymbol.h112 struct maps *maps; member
Devent.c536 struct maps *maps = thread->maps; in thread__find_map() local
Dmachine.c1339 static int maps__set_module_path(struct maps *maps, const char *path, struct kmod_path *m) in maps__set_module_path()
1366 static int maps__set_modules_path_dir(struct maps *maps, const char *dir_name, int depth) in maps__set_modules_path_dir()
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst10 SYNOPSIS
21 MAP COMMANDS
55 DESCRIPTION
162 OPTIONS
173 EXAMPLES
Dbpftool.rst10 SYNOPSIS
39 DESCRIPTION
47 OPTIONS
/tools/perf/tests/
Dmaps.c16 static int check_maps(struct map_def *merged, unsigned int size, struct maps *maps) in check_maps()
38 struct maps maps; in test__maps__merge_in() local
Dthread-maps-share.c15 struct maps *maps; in test__thread_maps_share() local
Dvmlinux-kallsyms.c24 struct maps *maps = machine__kernel_maps(&vmlinux); in test__vmlinux_matches_kallsyms() local
/tools/perf/arch/x86/util/
Dmachine.c20 struct extra_kernel_map *maps; member
/tools/testing/selftests/x86/
Dtest_vdso.c51 FILE *maps; in vsyscall_getcpu() local
Dtest_vsyscall.c106 FILE *maps; in init_vsys() local
/tools/lib/perf/
Devlist.c382 struct perf_mmap *maps; in perf_evlist__mmap_cb_get() local
/tools/lib/bpf/
Dlibbpf.h741 struct bpf_map_skeleton *maps; member
/tools/testing/selftests/bpf/
Dtest_offload.py210 def bpftool_prog_load(sample, file_name, maps=[], prog_type="xdp", dev=None, argument
1207 maps = bpftool_map_list(expected=2) variable
/tools/perf/
Dbuiltin-record.c387 struct mmap *maps = evlist->mmap; in record__aio_mmap_read_sync() local
1103 struct mmap *maps; in record__mmap_read_evlist() local
Dbuiltin-report.c786 static size_t maps__fprintf_task(struct maps *maps, int indent, FILE *fp) in maps__fprintf_task()

12