/tools/perf/util/ |
A D | maps.c | 26 DECLARE_RC_STRUCT(maps) { in DECLARE_RC_STRUCT() argument 180 refcount_t *maps__refcnt(struct maps *maps) in maps__refcnt() 186 void *maps__addr_space(const struct maps *maps) in maps__addr_space() 230 static void maps__exit(struct maps *maps) in maps__exit() 256 static void maps__delete(struct maps *maps) in maps__delete() 262 struct maps *maps__get(struct maps *maps) in maps__get() 272 void maps__put(struct maps *maps) in maps__put() 354 static int maps__sort_by_name(struct maps *maps) in maps__sort_by_name() 555 bool maps__empty(struct maps *maps) in maps__empty() 1195 void maps__fixup_end(struct maps *maps) in maps__fixup_end() [all …]
|
A 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()
|
A D | find-map.c | 4 FILE *maps; in find_map() local
|
A D | map_symbol.h | 12 struct maps *maps; member
|
A D | addr_location.h | 14 struct maps *maps; member
|
A 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()
|
A D | thread.h | 34 struct maps *maps; in DECLARE_RC_STRUCT() local 139 static inline void thread__set_maps(struct thread *thread, struct maps *maps) in thread__set_maps()
|
A D | thread.c | 371 struct maps *maps; member
|
/tools/testing/selftests/bpf/prog_tests/ |
A D | sockmap_redir.c | 85 struct maps { struct 86 int in; 87 int out; 88 int verd; 202 struct maps *maps, int status) in test_send_redir_recv() 328 struct maps *maps, struct socket_spec *s_in, in test_socket() 364 struct maps *maps) in test_redir() 421 struct maps maps; in test_map() local
|
A D | token.c | 96 __u64 maps; member
|
/tools/testing/selftests/mseal_system_mappings/ |
A D | sysmap_is_sealed.c | 21 bool has_mapping(char *name, FILE *maps) in has_mapping() 33 bool mapping_is_sealed(char *name, FILE *maps) in mapping_is_sealed() 50 FILE *maps; in FIXTURE() local
|
/tools/testing/selftests/x86/ |
A D | test_mremap_vdso.c | 64 bool vdso_sealed(FILE *maps) in vdso_sealed() 87 FILE *maps; in main() local
|
A D | test_vsyscall.c | 413 FILE *maps; in init_vsys() local
|
/tools/perf/tests/ |
A 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
|
A D | thread-maps-share.c | 15 struct maps *maps; in test__thread_maps_share() local
|
A D | vmlinux-kallsyms.c | 197 struct maps *maps; in test__vmlinux_matches_kallsyms() local
|
A D | cpumap.c | 255 struct perf_cpu_map **maps[] = {&empty, &any, &one, &two, &pair}; in test__cpu_map_equal() local
|
/tools/testing/selftests/exec/ |
A D | load_address.c | 56 FILE *maps; in main() local
|
/tools/perf/arch/x86/util/ |
A D | machine.c | 20 struct extra_kernel_map *maps; member
|
/tools/testing/selftests/arm64/mte/ |
A D | check_user_mem.c | 199 int maps[] = {MAP_SHARED, MAP_PRIVATE}; in main() local
|
/tools/testing/selftests/vDSO/ |
A D | vdso_test_correctness.c | 72 FILE *maps; in vsyscall_getcpu() local
|
/tools/perf/ |
A D | builtin-record.c | 99 struct mmap_cpu_mask maps; member 113 struct mmap **maps; member 504 struct mmap *maps = evlist->mmap; in record__aio_mmap_read_sync() local 1605 struct mmap **maps; in record__mmap_read_evlist() local
|
/tools/lib/bpf/ |
A D | libbpf.h | 1763 struct bpf_map_skeleton *maps; member 1791 struct bpf_map_skeleton *maps; member
|
/tools/testing/selftests/net/ |
A D | bpf_offload.py | 219 def bpftool_prog_load(sample, file_name, maps=[], prog_type="xdp", dev=None, argument 1161 maps = bpftool_map_list_wait(expected=2) variable
|
/tools/lib/perf/ |
A D | evlist.c | 475 struct perf_mmap *maps; in perf_evlist__mmap_cb_get() local
|