Home
last modified time | relevance | path

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

12

/tools/perf/util/
Dmaps.c26 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 …]
Dunwind-libunwind.c15 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()
Dfind-map.c4 FILE *maps; in find_map() local
Dmap_symbol.h12 struct maps *maps; member
Daddr_location.h14 struct maps *maps; member
Dthread.h34 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()
Dunwind-libunwind-local.c710 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()
Dthread.c349 struct maps *maps; member
Dmachine.c1324 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/
Dbpftool-map.rst14 SYNOPSIS
25 MAP COMMANDS
60 DESCRIPTION
161 OPTIONS
172 EXAMPLES
Dbpftool.rst14 SYNOPSIS
53 DESCRIPTION
61 OPTIONS
/tools/perf/tests/
Dmaps.c48 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
Dthread-maps-share.c15 struct maps *maps; in test__thread_maps_share() local
Dvmlinux-kallsyms.c197 struct maps *maps; in test__vmlinux_matches_kallsyms() local
Dcpumap.c222 struct perf_cpu_map *maps[] = {empty, any, one, two, pair}; in test__cpu_map_equal() local
/tools/testing/selftests/exec/
Dload_address.c56 FILE *maps; in main() local
/tools/testing/selftests/mm/
Dseal_elf.c64 FILE *maps; in test_seal_elf() local
/tools/perf/arch/x86/util/
Dmachine.c20 struct extra_kernel_map *maps; member
/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c199 int maps[] = {MAP_SHARED, MAP_PRIVATE}; in main() local
/tools/testing/selftests/vDSO/
Dvdso_test_correctness.c72 FILE *maps; in vsyscall_getcpu() local
/tools/testing/selftests/x86/
Dtest_vsyscall.c426 FILE *maps; in init_vsys() local
/tools/lib/bpf/
Dlibbpf.h1720 struct bpf_map_skeleton *maps; member
1748 struct bpf_map_skeleton *maps; member
/tools/perf/
Dbuiltin-record.c97 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/
Dtoken.c95 __u64 maps; member
/tools/testing/selftests/net/
Dbpf_offload.py217 def bpftool_prog_load(sample, file_name, maps=[], prog_type="xdp", dev=None, argument
1145 maps = bpftool_map_list_wait(expected=2) variable

12