| /linux/tools/perf/util/ |
| H A D | maps.c | 27 DECLARE_RC_STRUCT(maps) { in DECLARE_RC_STRUCT() argument 120 maps__maps_by_address(const struct maps * maps) maps__maps_by_address() argument 125 maps__set_maps_by_address(struct maps * maps,struct map ** new) maps__set_maps_by_address() argument 131 maps__set_nr_maps_allocated(struct maps * maps,unsigned int nr_maps_allocated) maps__set_nr_maps_allocated() argument 136 maps__set_nr_maps(struct maps * maps,unsigned int nr_maps) maps__set_nr_maps() argument 142 maps__maps_by_name(const struct maps * maps) maps__maps_by_name() argument 148 maps__set_maps_by_name(struct maps * maps,struct map ** new) maps__set_maps_by_name() argument 154 maps__maps_by_address_sorted(const struct maps * maps) maps__maps_by_address_sorted() argument 159 maps__set_maps_by_address_sorted(struct maps * maps,bool value) maps__set_maps_by_address_sorted() argument 164 maps__maps_by_name_sorted(const struct maps * maps) maps__maps_by_name_sorted() argument 169 maps__set_maps_by_name_sorted(struct maps * maps,bool value) maps__set_maps_by_name_sorted() argument 174 maps__machine(const struct maps * maps) maps__machine() argument 179 maps__nr_maps(const struct maps * maps) maps__nr_maps() argument 184 maps__refcnt(struct maps * maps) maps__refcnt() argument 190 maps__addr_space(const struct maps * maps) maps__addr_space() argument 195 maps__set_addr_space(struct maps * maps,void * addr_space) maps__set_addr_space() argument 200 maps__unwind_libunwind_ops(const struct maps * maps) maps__unwind_libunwind_ops() argument 205 maps__set_unwind_libunwind_ops(struct maps * maps,const struct unwind_libunwind_ops * ops) maps__set_unwind_libunwind_ops() argument 211 maps__libdw_addr_space_dwfl(const struct maps * maps) maps__libdw_addr_space_dwfl() argument 216 maps__set_libdw_addr_space_dwfl(struct maps * maps,void * dwfl) maps__set_libdw_addr_space_dwfl() argument 222 maps__lock(struct maps * maps) maps__lock() argument 227 maps__init(struct maps * maps,struct machine * machine) maps__init() argument 248 maps__exit(struct maps * maps) maps__exit() argument 277 maps__delete(struct maps * maps) maps__delete() argument 283 maps__get(struct maps * maps) maps__get() argument 293 maps__put(struct maps * maps) maps__put() argument 301 __maps__free_maps_by_name(struct maps * maps) __maps__free_maps_by_name() argument 341 __maps__sort_by_address(struct maps * maps) __maps__sort_by_address() argument 353 maps__sort_by_address(struct maps * maps) maps__sort_by_address() argument 375 maps__sort_by_name(struct maps * maps) maps__sort_by_name() argument 410 maps__by_address_index(const struct maps * maps,const struct map * map) maps__by_address_index() argument 431 maps__by_name_index(const struct maps * maps,const struct map * map) maps__by_name_index() argument 452 map__set_kmap_maps(struct map * map,struct maps * maps) map__set_kmap_maps() argument 471 __maps__insert(struct maps * maps,struct map * new) __maps__insert() argument 530 maps__insert(struct maps * maps,struct map * map) maps__insert() argument 541 __maps__remove(struct maps * maps,struct map * map) __maps__remove() argument 567 maps__remove(struct maps * maps,struct map * map) maps__remove() argument 578 maps__empty(struct maps * maps) maps__empty() argument 594 maps__for_each_map(struct maps * maps,int (* cb)(struct map * map,void * data),void * data) maps__for_each_map() argument 628 maps__remove_maps(struct maps * maps,bool (* cb)(struct map * map,void * data),void * data) maps__remove_maps() argument 653 maps__find_symbol(struct maps * maps,u64 addr,struct map ** mapp) maps__find_symbol() argument 694 maps__find_symbol_by_name(struct maps * maps,const char * name,struct map ** mapp) maps__find_symbol_by_name() argument 706 maps__find_ams(struct maps * maps,struct addr_map_symbol * ams) maps__find_ams() argument 741 maps__fprintf(struct maps * maps,FILE * fp) maps__fprintf() argument 757 first_ending_after(struct maps * maps,const struct map * map) first_ending_after() argument 783 __maps__insert_sorted(struct maps * maps,unsigned int first_after_index,struct map * new1,struct map * new2) __maps__insert_sorted() argument 844 __maps__fixup_overlap_and_insert(struct maps * maps,struct map * new) __maps__fixup_overlap_and_insert() argument 1021 maps__fixup_overlap_and_insert(struct maps * maps,struct map * new) maps__fixup_overlap_and_insert() argument 1128 maps__find(struct maps * maps,u64 ip) maps__find() argument 1162 maps__find_by_name(struct maps * maps,const char * name) maps__find_by_name() argument 1228 maps__find_next_entry(struct maps * maps,struct map * map) maps__find_next_entry() argument 1247 maps__fixup_end(struct maps * maps) maps__fixup_end() argument 1368 maps__load_first(struct maps * maps) maps__load_first() argument [all...] |
| H A D | unwind-libunwind.c | 15 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 D | find-map.c | 4 FILE *maps; in find_map() local
|
| H A D | unwind-libdw.c | 49 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 D | unwind-libunwind-local.c | 711 _unwind__prepare_access(struct maps * maps) _unwind__prepare_access() argument 725 _unwind__flush_access(struct maps * maps) _unwind__flush_access() argument 730 _unwind__finish_access(struct maps * maps) _unwind__finish_access() argument
|
| H A D | thread.h | 34 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 D | thread.c | 371 struct maps *maps; member 503 struct maps *maps = thread__maps(thread); in thread__e_machine() local
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-map.rst | 14 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 D | bpftool.rst | 14 SYNOPSIS 53 DESCRIPTION 61 OPTIONS
|
| /linux/tools/testing/selftests/mseal_system_mappings/ |
| H 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
|
| /linux/tools/perf/tests/ |
| H 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 192 struct maps *maps = maps__new(NULL); in test__maps__fixup_overlap_and_insert() local
|
| H A D | thread-maps-share.c | 15 struct maps *maps; in test__thread_maps_share() local
|
| H A D | vmlinux-kallsyms.c | 196 struct maps *maps; in test__vmlinux_matches_kallsyms() local
|
| /linux/tools/testing/selftests/x86/ |
| H A D | test_mremap_vdso.c | 64 bool vdso_sealed(FILE *maps) in vdso_sealed() 87 FILE *maps; in main() local
|
| /linux/drivers/pinctrl/vt8500/ |
| H A D | pinctrl-wmt.c | 210 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/drivers/irqchip/ |
| H A D | irq-qcom-mpm.c | 83 struct mpm_gic_map *maps; member 204 struct mpm_gic_map *maps = priv->maps; in get_mpm_gic_map() local 314 static bool gic_hwirq_is_mapped(struct mpm_gic_map *maps, int cnt, u32 hwirq) in gic_hwirq_is_mapped()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | load_address.c | 56 FILE *maps; in main() local
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | machine.c | 20 struct extra_kernel_map *maps; member
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-bcm2835.c | 764 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 D | iterators.lskel-little-endian.h | 12 } maps; member
|
| H A D | iterators.lskel-big-endian.h | 12 } maps; member
|
| /linux/tools/testing/selftests/arm64/mte/ |
| H A D | check_user_mem.c | 199 int maps[] = {MAP_SHARED, MAP_PRIVATE}; in main() local
|
| /linux/drivers/mtd/maps/ |
| H A D | amd76xrom.c | 35 struct list_head maps; member
|
| H A D | ck804xrom.c | 39 struct list_head maps; member
|
| /linux/drivers/phy/starfive/ |
| H A D | phy-jh7110-dphy-rx.c | 58 u8 maps[STF_MAP_LANES_NUM]; member
|