| /tools/perf/util/ |
| D | maps.c | 26 DECLARE_RC_STRUCT(maps) { in DECLARE_RC_STRUCT() argument 116 static struct map **maps__maps_by_address(const struct maps *maps) in maps__maps_by_address() 121 static void maps__set_maps_by_address(struct maps *maps, struct map **new) in maps__set_maps_by_address() 127 static void maps__set_nr_maps_allocated(struct maps *maps, unsigned int nr_maps_allocated) in maps__set_nr_maps_allocated() 132 static void maps__set_nr_maps(struct maps *maps, unsigned int nr_maps) in maps__set_nr_maps() 138 static struct map **maps__maps_by_name(const struct maps *maps) in maps__maps_by_name() 144 static void maps__set_maps_by_name(struct maps *maps, struct map **new) in maps__set_maps_by_name() 150 static bool maps__maps_by_address_sorted(const struct maps *maps) in maps__maps_by_address_sorted() 155 static void maps__set_maps_by_address_sorted(struct maps *maps, bool value) in maps__set_maps_by_address_sorted() 160 static bool maps__maps_by_name_sorted(const struct maps *maps) in maps__maps_by_name_sorted() [all …]
|
| D | unwind-libunwind.c | 15 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() 66 void unwind__flush_access(struct maps *maps) in unwind__flush_access() 74 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 | addr_location.h | 14 struct maps *maps; member
|
| D | thread.h | 34 struct maps *maps; in DECLARE_RC_STRUCT() local 135 static inline void thread__set_maps(struct thread *thread, struct maps *maps) in thread__set_maps()
|
| D | unwind-libunwind-local.c | 710 static int _unwind__prepare_access(struct maps *maps) in _unwind__prepare_access() 724 static void _unwind__flush_access(struct maps *maps) in _unwind__flush_access() 729 static void _unwind__finish_access(struct maps *maps) in _unwind__finish_access()
|
| D | thread.c | 349 struct maps *maps; member
|
| D | machine.c | 1324 static int maps__set_module_path(struct maps *maps, const char *path, struct kmod_path *m) in maps__set_module_path() 1355 static int maps__set_modules_path_dir(struct maps *maps, const char *dir_name, int depth) in maps__set_modules_path_dir() 3201 struct maps *maps = machine__kernel_maps(machine); in machine__for_each_kernel_map() local
|
| /tools/bpf/bpftool/Documentation/ |
| D | bpftool-map.rst | 14 SYNOPSIS 25 MAP COMMANDS 60 DESCRIPTION 161 OPTIONS 172 EXAMPLES
|
| D | bpftool.rst | 14 SYNOPSIS 53 DESCRIPTION 61 OPTIONS
|
| /tools/perf/tests/ |
| D | maps.c | 48 static int check_maps(struct map_def *merged, unsigned int size, struct maps *maps) in check_maps() 103 struct maps *maps = maps__new(NULL); 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 | 197 struct maps *maps; in test__vmlinux_matches_kallsyms() local
|
| D | cpumap.c | 222 struct perf_cpu_map *maps[] = {empty, any, one, two, pair}; in test__cpu_map_equal() local
|
| /tools/testing/selftests/exec/ |
| D | load_address.c | 56 FILE *maps; in main() local
|
| /tools/testing/selftests/mm/ |
| D | seal_elf.c | 64 FILE *maps; in test_seal_elf() local
|
| /tools/perf/arch/x86/util/ |
| D | machine.c | 20 struct extra_kernel_map *maps; member
|
| /tools/testing/selftests/arm64/mte/ |
| D | check_user_mem.c | 199 int maps[] = {MAP_SHARED, MAP_PRIVATE}; in main() local
|
| /tools/testing/selftests/vDSO/ |
| D | vdso_test_correctness.c | 72 FILE *maps; in vsyscall_getcpu() local
|
| /tools/testing/selftests/x86/ |
| D | test_vsyscall.c | 426 FILE *maps; in init_vsys() local
|
| /tools/lib/bpf/ |
| D | libbpf.h | 1720 struct bpf_map_skeleton *maps; member 1748 struct bpf_map_skeleton *maps; member
|
| /tools/perf/ |
| D | builtin-record.c | 97 struct mmap_cpu_mask maps; member 111 struct mmap **maps; member 499 struct mmap *maps = evlist->mmap; in record__aio_mmap_read_sync() local 1581 struct mmap **maps; in record__mmap_read_evlist() local
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | token.c | 95 __u64 maps; member
|
| /tools/testing/selftests/net/ |
| D | bpf_offload.py | 217 def bpftool_prog_load(sample, file_name, maps=[], prog_type="xdp", dev=None, argument 1145 maps = bpftool_map_list_wait(expected=2) variable
|