/linux/tools/perf/util/ |
A D | maps.h | 22 #define maps__for_each_entry(maps, map) \ argument 25 #define maps__for_each_entry_safe(maps, map, next) \ argument 28 struct maps { struct 33 struct map **maps_by_name; argument 35 unsigned int nr_maps; argument 36 unsigned int nr_maps_allocated; argument 47 struct maps *kmaps; argument 55 static inline struct maps *maps__get(struct maps *maps) in maps__get()
|
A D | map.c | 547 void maps__insert(struct maps *maps, struct map *map) in maps__insert() 606 static void __maps__purge(struct maps *maps) in __maps__purge() 616 void maps__exit(struct maps *maps) in maps__exit() 623 bool maps__empty(struct maps *maps) in maps__empty() 630 struct maps *maps = zalloc(sizeof(*maps)); in maps__new() local 638 void maps__delete(struct maps *maps) in maps__delete() 645 void maps__put(struct maps *maps) in maps__put() 715 size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf() 842 struct maps *maps = thread->maps; in maps__clone() local 891 struct map *maps__find(struct maps *maps, u64 ip) in maps__find() [all …]
|
A D | unwind-libunwind.c | 15 static void unwind__register_ops(struct maps *maps, struct unwind_libunwind_ops *ops) in unwind__register_ops() 20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() 69 void unwind__flush_access(struct maps *maps) in unwind__flush_access() 75 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 | unwind-libunwind-local.c | 619 static int _unwind__prepare_access(struct maps *maps) in _unwind__prepare_access() 631 static void _unwind__flush_access(struct maps *maps) in _unwind__flush_access() 636 static void _unwind__finish_access(struct maps *maps) in _unwind__finish_access()
|
A D | symbol.c | 243 void maps__fixup_end(struct maps *maps) in maps__fixup_end() 1190 struct list_head maps; member 1958 void __maps__sort_by_name(struct maps *maps) in __maps__sort_by_name() 1963 static int map__groups__sort_by_name_from_rbtree(struct maps *maps) in map__groups__sort_by_name_from_rbtree() 1982 static struct map *__maps__find_by_name(struct maps *maps, const char *name) in __maps__find_by_name() 1996 struct map *maps__find_by_name(struct maps *maps, const char *name) in maps__find_by_name()
|
A D | thread.h | 37 struct maps *maps; member
|
/linux/tools/perf/tests/ |
A D | maps.c | 16 static int check_maps(struct map_def *merged, unsigned int size, struct maps *maps) in check_maps() 38 struct maps maps; 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 | 122 struct maps *maps = machine__kernel_maps(&vmlinux); in test__vmlinux_matches_kallsyms() local
|
/linux/drivers/platform/x86/intel/pmc/ |
A D | core.c | 1098 const struct pmc_bit_map **maps = pmcdev->map->slps0_dbg_maps; in pmc_core_slps0_display() local 1122 static int pmc_core_lpm_get_arr_size(const struct pmc_bit_map **maps) in pmc_core_lpm_get_arr_size() 1135 const struct pmc_bit_map **maps) in pmc_core_lpm_display() 1191 const struct pmc_bit_map **maps = pmcdev->map->pfear_sts; in pmc_core_ppfear_show() local 1526 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_substate_sts_regs_show() local 1538 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_substate_l_sts_regs_show() local 1562 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_substate_req_regs_show() local 2109 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_resume() local
|
/linux/drivers/pinctrl/vt8500/ |
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/arch/sparc/include/asm/ |
A D | hvtramp.h | 20 struct hvtramp_mapping maps[1]; member
|
/linux/tools/perf/arch/x86/util/ |
A D | machine.c | 20 struct extra_kernel_map *maps; member
|
/linux/drivers/pinctrl/bcm/ |
A D | pinctrl-bcm2835.c | 723 struct pinctrl_map *maps, unsigned num_maps) in bcm2835_pctl_dt_free_map() 736 struct pinctrl_map **maps) in bcm2835_pctl_dt_node_to_map_func() 755 struct pinctrl_map **maps) in bcm2835_pctl_dt_node_to_map_pull() 786 struct pinctrl_map *maps, *cur_map; in bcm2835_pctl_dt_node_to_map() local
|
/linux/fs/xfs/ |
A D | xfs_pnfs.c | 223 struct iomap *maps, in xfs_fs_commit_blocks()
|
/linux/drivers/xen/ |
A D | gntdev-common.h | 24 struct list_head maps; member
|
/linux/arch/arm/kernel/ |
A D | module.c | 372 struct mod_unwind_map maps[ARM_SEC_MAX]; in module_finalize() local
|
/linux/kernel/bpf/preload/iterators/ |
A D | iterators.skel.h | 15 } maps; member
|
/linux/drivers/mtd/maps/ |
A D | amd76xrom.c | 35 struct list_head maps; member
|
A D | ck804xrom.c | 39 struct list_head maps; member
|
A D | ichxrom.c | 40 struct list_head maps; member
|
/linux/security/selinux/ss/ |
A D | ebitmap.h | 36 unsigned long maps[EBITMAP_UNIT_NUMS]; member
|
/linux/drivers/thermal/intel/ |
A D | intel_bxt_pmic_thermal.c | 46 const struct thermal_irq_map *maps; member
|