Home
last modified time | relevance | path

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

123

/linux/tools/perf/util/
H A Dmaps.c27 DECLARE_RC_STRUCT(maps) { in DECLARE_RC_STRUCT() argument
120 static struct map **maps__maps_by_address(const struct maps *maps) in maps__maps_by_address()
125 static void maps__set_maps_by_address(struct maps *maps, struct map **new) in maps__set_maps_by_address()
131 static void maps__set_nr_maps_allocated(struct maps *maps, unsigned int nr_maps_allocated) in maps__set_nr_maps_allocated()
136 static void maps__set_nr_maps(struct maps *maps, unsigned int nr_maps) in maps__set_nr_maps()
142 static struct map **maps__maps_by_name(const struct maps *maps) in maps__maps_by_name()
148 static void maps__set_maps_by_name(struct maps *maps, struct map **new) in maps__set_maps_by_name()
154 static bool maps__maps_by_address_sorted(const struct maps *maps) in maps__maps_by_address_sorted()
159 static void maps__set_maps_by_address_sorted(struct maps *maps, bool value) in maps__set_maps_by_address_sorted()
164 static bool maps__maps_by_name_sorted(const struct maps *maps) in maps__maps_by_name_sorted()
[all …]
H A Dunwind-libunwind.c15 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument
66 void unwind__flush_access(struct maps *maps) in unwind__flush_access() argument
74 unwind__finish_access(struct maps * maps) unwind__finish_access() argument
[all...]
H A Dfind-map.c4 FILE *maps; in find_map() local
H A Dunwind-libdw.c49 void libdw__invalidate_dwfl(struct maps *maps, void *arg) in libdw__invalidate_dwfl()
348 struct maps *maps = thread__maps(thread); in unwind__get_entries() local
H A Dunwind-libunwind-local.c711 static int _unwind__prepare_access(struct maps *maps) in _unwind__prepare_access()
725 static void _unwind__flush_access(struct maps *maps) in _unwind__flush_access()
730 static void _unwind__finish_access(struct maps *maps) in _unwind__finish_access()
H A Dthread.h34 struct maps *maps; in DECLARE_RC_STRUCT() local
143 static inline void thread__set_maps(struct thread *thread, struct maps *maps) in thread__set_maps()
H A Dthread.c371 struct maps *maps; member
503 struct maps *maps = thread__maps(thread); in thread__e_machine() local
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-map.rst14 SYNOPSIStool for inspection and simple manipulation of eBPF maps global() argument
25 MAP COMMANDStool for inspection and simple manipulation of eBPF maps global() argument
60 DESCRIPTIONtool for inspection and simple manipulation of eBPF maps global() argument
161 OPTIONStool for inspection and simple manipulation of eBPF maps global() argument
172 EXAMPLEStool for inspection and simple manipulation of eBPF maps global() argument
[all...]
H A Dbpftool.rst14 SYNOPSIS
53 DESCRIPTION
61 OPTIONS
/linux/tools/testing/selftests/mseal_system_mappings/
H A Dsysmap_is_sealed.c21 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
/linux/tools/perf/tests/
H A 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
192 struct maps *maps = maps__new(NULL); in test__maps__fixup_overlap_and_insert() local
H A Dthread-maps-share.c15 struct maps *maps; in test__thread_maps_share() local
H A Dvmlinux-kallsyms.c196 struct maps *maps; in test__vmlinux_matches_kallsyms() local
/linux/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c64 bool vdso_sealed(FILE *maps) in vdso_sealed()
87 FILE *maps; in main() local
/linux/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c210 struct pinctrl_map **maps) in wmt_pctl_dt_node_to_map_func()
237 struct pinctrl_map **maps) in wmt_pctl_dt_node_to_map_pull()
283 struct pinctrl_map *maps, in wmt_pctl_dt_free_map()
300 struct pinctrl_map *maps, *cur_map; in wmt_pctl_dt_node_to_map() local
/linux/tools/testing/selftests/exec/
H A Dload_address.c56 FILE *maps; in main() local
/linux/tools/perf/arch/x86/util/
H A Dmachine.c20 struct extra_kernel_map *maps; member
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c764 struct pinctrl_map *maps, unsigned num_maps) in bcm2835_pctl_dt_free_map()
777 struct pinctrl_map **maps) in bcm2835_pctl_dt_node_to_map_func()
796 struct pinctrl_map **maps) in bcm2835_pctl_dt_node_to_map_pull()
827 struct pinctrl_map *maps, *cur_map; in bcm2835_pctl_dt_node_to_map() local
/linux/kernel/bpf/preload/iterators/
H A Diterators.lskel-little-endian.h12 } maps; member
H A Diterators.lskel-big-endian.h12 } maps; member
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c199 int maps[] = {MAP_SHARED, MAP_PRIVATE}; in main() local
/linux/drivers/mtd/maps/
H A Damd76xrom.c35 struct list_head maps; member
H A Dck804xrom.c39 struct list_head maps; member
/linux/drivers/phy/starfive/
H A Dphy-jh7110-dphy-rx.c58 u8 maps[STF_MAP_LANES_NUM]; member
/linux/drivers/iommu/
H A Dof_iommu.c213 const __be32 *maps, *end; in of_iommu_get_resv_regions() local

123