Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/tools/perf/util/
Dmaps.h22 #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()
Dmap.c523 void maps__init(struct maps *maps, struct machine *machine) in maps__init()
534 static void __maps__free_maps_by_name(struct maps *maps) in __maps__free_maps_by_name()
543 void maps__insert(struct maps *maps, struct map *map) in maps__insert()
583 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove()
589 void maps__remove(struct maps *maps, struct map *map) in maps__remove()
602 static void __maps__purge(struct maps *maps) in __maps__purge()
612 void maps__exit(struct maps *maps) in maps__exit()
619 bool maps__empty(struct maps *maps) in maps__empty()
626 struct maps *maps = zalloc(sizeof(*maps)); in maps__new() local
634 void maps__delete(struct maps *maps) in maps__delete()
[all …]
Dunwind-libunwind.c15 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()
Dfind-map.c4 FILE *maps; in find_map() local
Dmap_symbol.h12 struct maps *maps; member
/kernel/linux/linux-4.19/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst10 SYNOPSIS
21 MAP COMMANDS
40 DESCRIPTION
99 OPTIONS
117 EXAMPLES
159 SEE ALSO
Dbpftool.rst10 SYNOPSIS
35 DESCRIPTION
43 OPTIONS
58 SEE ALSO
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst10 SYNOPSIS
21 MAP COMMANDS
55 DESCRIPTION
162 OPTIONS
173 EXAMPLES
Dbpftool.rst10 SYNOPSIS
39 DESCRIPTION
47 OPTIONS
/kernel/linux/linux-4.19/tools/perf/util/
Dmap.c499 static void maps__init(struct maps *maps) in maps__init()
512 static void __maps__purge(struct maps *maps) in __maps__purge()
526 static void maps__exit(struct maps *maps) in maps__exit()
587 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name, in maps__find_symbol_by_name()
640 static size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf()
673 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings()
789 struct maps *maps = &parent->maps; in map_groups__clone() local
812 static void __maps__insert(struct maps *maps, struct map *map) in __maps__insert()
833 void maps__insert(struct maps *maps, struct map *map) in maps__insert()
840 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove()
[all …]
Dmap.h58 struct maps { struct
64 struct maps maps; member
Dfind-vdso-map.c4 FILE *maps; in find_vdso_map() local
/kernel/linux/linux-5.10/tools/perf/tests/
Dmaps.c16 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
Dthread-maps-share.c15 struct maps *maps; in test__thread_maps_share() local
Dvmlinux-kallsyms.c24 struct maps *maps = machine__kernel_maps(&vmlinux); in test__vmlinux_matches_kallsyms() local
/kernel/linux/linux-5.10/drivers/platform/x86/
Dintel_pmc_core.c632 const struct pmc_bit_map **maps = pmcdev->map->slps0_dbg_maps; in pmc_core_slps0_display() local
656 static int pmc_core_lpm_get_arr_size(const struct pmc_bit_map **maps) in pmc_core_lpm_get_arr_size()
669 const struct pmc_bit_map **maps) in pmc_core_lpm_display()
725 const struct pmc_bit_map **maps = pmcdev->map->pfear_sts; in pmc_core_ppfear_show() local
1056 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_substate_sts_regs_show() local
1068 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_substate_l_sts_regs_show() local
1358 const struct pmc_bit_map **maps = pmcdev->map->lpm_sts; in pmc_core_resume() local
/kernel/linux/linux-4.19/drivers/pinctrl/aspeed/
Dpinctrl-aspeed.c152 bool enabled, struct regmap * const *maps) in aspeed_sig_expr_eval()
182 bool enable, struct regmap * const *maps) in aspeed_sig_expr_set()
255 struct regmap * const *maps) in aspeed_sig_expr_enable()
270 struct regmap * const *maps) in aspeed_sig_expr_disable()
293 struct regmap * const *maps) in aspeed_disable_sig()
/kernel/linux/linux-5.10/drivers/pinctrl/vt8500/
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
/kernel/linux/linux-4.19/drivers/pinctrl/vt8500/
Dpinctrl-wmt.c218 struct pinctrl_map **maps) in wmt_pctl_dt_node_to_map_func()
245 struct pinctrl_map **maps) in wmt_pctl_dt_node_to_map_pull()
291 struct pinctrl_map *maps, in wmt_pctl_dt_free_map()
308 struct pinctrl_map *maps, *cur_map; in wmt_pctl_dt_node_to_map() local
/kernel/linux/linux-4.19/tools/perf/arch/x86/util/
Devent.c20 struct maps *maps = &kmaps->maps; in perf_event__synthesize_extra_kmaps() local
/kernel/linux/linux-4.19/samples/bpf/
Dbpf_load.c266 static int load_maps(struct bpf_map_data *maps, int nr_maps, in load_maps()
342 struct bpf_map_data *maps, int nr_maps) in parse_relo_and_apply()
400 static int load_elf_maps_section(struct bpf_map_data *maps, int maps_shndx, in load_elf_maps_section()
/kernel/linux/linux-5.10/samples/bpf/
Dbpf_load.c265 static int load_maps(struct bpf_map_data *maps, int nr_maps, in load_maps()
341 struct bpf_map_data *maps, int nr_maps) in parse_relo_and_apply()
399 static int load_elf_maps_section(struct bpf_map_data *maps, int maps_shndx, in load_elf_maps_section()
/kernel/linux/linux-4.19/tools/perf/tests/
Dvmlinux-kallsyms.c22 struct maps *maps = machine__kernel_maps(&vmlinux); in test__vmlinux_matches_kallsyms() local
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dhvtramp.h20 struct hvtramp_mapping maps[1]; member
/kernel/linux/linux-4.19/arch/sparc/include/asm/
Dhvtramp.h20 struct hvtramp_mapping maps[1]; member

12345