Home
last modified time | relevance | path

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

123

/linux/tools/perf/util/
H A Dmaps.c26 DECLARE_RC_STRUCT(maps) { in DECLARE_RC_STRUCT() argument
116 maps__maps_by_address(const struct maps * maps) maps__maps_by_address() argument
121 maps__set_maps_by_address(struct maps * maps,struct map ** new) maps__set_maps_by_address() argument
127 maps__set_nr_maps_allocated(struct maps * maps,unsigned int nr_maps_allocated) maps__set_nr_maps_allocated() argument
132 maps__set_nr_maps(struct maps * maps,unsigned int nr_maps) maps__set_nr_maps() argument
138 maps__maps_by_name(const struct maps * maps) maps__maps_by_name() argument
144 maps__set_maps_by_name(struct maps * maps,struct map ** new) maps__set_maps_by_name() argument
150 maps__maps_by_address_sorted(const struct maps * maps) maps__maps_by_address_sorted() argument
155 maps__set_maps_by_address_sorted(struct maps * maps,bool value) maps__set_maps_by_address_sorted() argument
160 maps__maps_by_name_sorted(const struct maps * maps) maps__maps_by_name_sorted() argument
165 maps__set_maps_by_name_sorted(struct maps * maps,bool value) maps__set_maps_by_name_sorted() argument
170 maps__machine(const struct maps * maps) maps__machine() argument
175 maps__nr_maps(const struct maps * maps) maps__nr_maps() argument
180 maps__refcnt(struct maps * maps) maps__refcnt() argument
186 maps__addr_space(const struct maps * maps) maps__addr_space() argument
191 maps__set_addr_space(struct maps * maps,void * addr_space) maps__set_addr_space() argument
196 maps__unwind_libunwind_ops(const struct maps * maps) maps__unwind_libunwind_ops() argument
201 maps__set_unwind_libunwind_ops(struct maps * maps,const struct unwind_libunwind_ops * ops) maps__set_unwind_libunwind_ops() argument
207 maps__lock(struct maps * maps) maps__lock() argument
212 maps__init(struct maps * maps,struct machine * machine) maps__init() argument
230 maps__exit(struct maps * maps) maps__exit() argument
256 maps__delete(struct maps * maps) maps__delete() argument
262 maps__get(struct maps * maps) maps__get() argument
272 maps__put(struct maps * maps) maps__put() argument
280 __maps__free_maps_by_name(struct maps * maps) __maps__free_maps_by_name() argument
320 __maps__sort_by_address(struct maps * maps) __maps__sort_by_address() argument
332 maps__sort_by_address(struct maps * maps) maps__sort_by_address() argument
354 maps__sort_by_name(struct maps * maps) maps__sort_by_name() argument
389 maps__by_address_index(const struct maps * maps,const struct map * map) maps__by_address_index() argument
410 maps__by_name_index(const struct maps * maps,const struct map * map) maps__by_name_index() argument
431 __maps__insert(struct maps * maps,struct map * new) __maps__insert() argument
497 maps__insert(struct maps * maps,struct map * map) maps__insert() argument
508 __maps__remove(struct maps * maps,struct map * map) __maps__remove() argument
534 maps__remove(struct maps * maps,struct map * map) maps__remove() argument
542 maps__empty(struct maps * maps) maps__empty() argument
558 maps__for_each_map(struct maps * maps,int (* cb)(struct map * map,void * data),void * data) maps__for_each_map() argument
592 maps__remove_maps(struct maps * maps,bool (* cb)(struct map * map,void * data),void * data) maps__remove_maps() argument
609 maps__find_symbol(struct maps * maps,u64 addr,struct map ** mapp) maps__find_symbol() argument
650 maps__find_symbol_by_name(struct maps * maps,const char * name,struct map ** mapp) maps__find_symbol_by_name() argument
662 maps__find_ams(struct maps * maps,struct addr_map_symbol * ams) maps__find_ams() argument
696 maps__fprintf(struct maps * maps,FILE * fp) maps__fprintf() argument
712 first_ending_after(struct maps * maps,const struct map * map) first_ending_after() argument
738 __maps__insert_sorted(struct maps * maps,unsigned int first_after_index,struct map * new1,struct map * new2) __maps__insert_sorted() argument
796 __maps__fixup_overlap_and_insert(struct maps * maps,struct map * new) __maps__fixup_overlap_and_insert() argument
930 maps__fixup_overlap_and_insert(struct maps * maps,struct map * new) maps__fixup_overlap_and_insert() argument
1036 maps__find(struct maps * maps,u64 ip) maps__find() argument
1067 maps__find_by_name(struct maps * maps,const char * name) maps__find_by_name() argument
1133 maps__find_next_entry(struct maps * maps,struct map * map) maps__find_next_entry() argument
1147 maps__fixup_end(struct maps * maps) maps__fixup_end() argument
1268 maps__load_first(struct maps * maps) maps__load_first() argument
[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 Dmap_symbol.h12 struct maps *maps; member
H A Daddr_location.h14 struct maps *maps; member
H A 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()
H A 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()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-map.rst14 SYNOPSIS
25 MAP COMMANDS
60 DESCRIPTION
161 OPTIONS
172 EXAMPLES
H A Dbpftool.rst14 SYNOPSIS
53 DESCRIPTION
61 OPTIONS
/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() argument
103 struct maps *maps in test__maps__merge_in() local
[all...]
H A Dthread-maps-share.c15 struct maps *maps; in test__thread_maps_share() local
H A Dvmlinux-kallsyms.c197 struct maps *maps; in test__vmlinux_matches_kallsyms() local
/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c225 const struct pmc_bit_map **maps = pmc->map->slps0_dbg_maps; in pmc_core_slps0_display() local
249 static unsigned int pmc_core_lpm_get_arr_size(const struct pmc_bit_map **maps) in pmc_core_lpm_get_arr_size()
262 const struct pmc_bit_map **maps) in pmc_core_lpm_display()
322 const struct pmc_bit_map **maps; in pmc_core_ppfear_show() local
689 const struct pmc_bit_map **maps; in pmc_core_s0ix_blocker_show() local
795 const struct pmc_bit_map **maps; in pmc_core_substate_sts_regs_show() local
816 const struct pmc_bit_map **maps; in pmc_core_substate_l_sts_regs_show() local
854 const struct pmc_bit_map **maps; in pmc_core_substate_req_regs_show() local
1597 const struct pmc_bit_map **maps = pmc->map->lpm_sts; in pmc_core_resume_common() 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/drivers/irqchip/
H A Dirq-qcom-mpm.c83 struct mpm_gic_map *maps; member
204 struct mpm_gic_map *maps = priv->maps; in get_mpm_gic_map() local
309 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 Dload_address.c56 FILE *maps; in main() local
/linux/tools/testing/selftests/mm/
H A Dseal_elf.c
/linux/tools/perf/arch/x86/util/
H A Dmachine.c20 struct extra_kernel_map *maps; member
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c761 struct pinctrl_map *maps, unsigned num_maps) in bcm2835_pctl_dt_free_map()
774 struct pinctrl_map **maps) in bcm2835_pctl_dt_node_to_map_func()
793 struct pinctrl_map **maps) in bcm2835_pctl_dt_node_to_map_pull()
824 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 Dck804xrom.c39 struct list_head maps; member
H A Damd76xrom.c35 struct list_head maps; member
H A Dichxrom.c40 struct list_head maps; member

123