/tools/perf/util/ |
D | maps.h | 22 #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()
|
D | map.c | 523 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 …]
|
D | unwind-libunwind.c | 15 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()
|
D | find-map.c | 4 FILE *maps; in find_map() local
|
D | map_symbol.h | 12 struct maps *maps; member
|
D | unwind-libunwind-local.c | 619 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()
|
D | symbol.c | 260 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()
|
D | thread.h | 37 struct maps *maps; member
|
D | thread.c | 350 struct maps *maps = thread->maps; in __thread__prepare_access() local
|
D | symbol.h | 112 struct maps *maps; member
|
D | event.c | 536 struct maps *maps = thread->maps; in thread__find_map() local
|
D | machine.c | 1339 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/ |
D | bpftool-map.rst | 10 SYNOPSIS 21 MAP COMMANDS 55 DESCRIPTION 162 OPTIONS 173 EXAMPLES
|
D | bpftool.rst | 10 SYNOPSIS 39 DESCRIPTION 47 OPTIONS
|
/tools/perf/tests/ |
D | maps.c | 16 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
|
D | thread-maps-share.c | 15 struct maps *maps; in test__thread_maps_share() local
|
D | vmlinux-kallsyms.c | 24 struct maps *maps = machine__kernel_maps(&vmlinux); in test__vmlinux_matches_kallsyms() local
|
/tools/perf/arch/x86/util/ |
D | machine.c | 20 struct extra_kernel_map *maps; member
|
/tools/testing/selftests/x86/ |
D | test_vdso.c | 51 FILE *maps; in vsyscall_getcpu() local
|
D | test_vsyscall.c | 106 FILE *maps; in init_vsys() local
|
/tools/lib/perf/ |
D | evlist.c | 382 struct perf_mmap *maps; in perf_evlist__mmap_cb_get() local
|
/tools/lib/bpf/ |
D | libbpf.h | 741 struct bpf_map_skeleton *maps; member
|
/tools/testing/selftests/bpf/ |
D | test_offload.py | 210 def bpftool_prog_load(sample, file_name, maps=[], prog_type="xdp", dev=None, argument 1207 maps = bpftool_map_list(expected=2) variable
|
/tools/perf/ |
D | builtin-record.c | 387 struct mmap *maps = evlist->mmap; in record__aio_mmap_read_sync() local 1103 struct mmap *maps; in record__mmap_read_evlist() local
|
D | builtin-report.c | 786 static size_t maps__fprintf_task(struct maps *maps, int indent, FILE *fp) in maps__fprintf_task()
|