Home
last modified time | relevance | path

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

/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst10 SYNOPSIS
21 MAP COMMANDS
54 DESCRIPTION
142 OPTIONS
168 EXAMPLES
265 SEE ALSO
Dbpftool.rst10 SYNOPSIS
39 DESCRIPTION
47 OPTIONS
74 SEE ALSO
/tools/perf/util/
Dmap_groups.h17 struct maps { struct
23 void maps__insert(struct maps *maps, struct map *map); argument
31 struct maps maps; member
Dmap.c575 static void maps__init(struct maps *maps) in maps__init()
595 static void __maps__purge(struct maps *maps) in __maps__purge()
609 static void __maps__purge_names(struct maps *maps) in __maps__purge_names()
623 static void maps__exit(struct maps *maps) in maps__exit()
686 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name, in maps__find_symbol_by_name()
739 static size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf()
773 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings()
888 struct maps *maps = &parent->maps; in map_groups__clone() local
911 static void __maps__insert(struct maps *maps, struct map *map) in __maps__insert()
932 static void __maps__insert_name(struct maps *maps, struct map *map) in __maps__insert_name()
[all …]
Dfind-map.c4 FILE *maps; in find_map() local
Dthread.c348 struct maps *maps = &thread->mg->maps; in __thread__prepare_access() local
Dsymbol.c244 struct maps *maps = &mg->maps; in map_groups__fixup_end() local
1163 struct list_head maps; member
1789 struct maps *maps = &mg->maps; in map_groups__find_by_name() local
Dsynthetic-events.c421 struct maps *maps = machine__kernel_maps(machine); in perf_event__synthesize_modules() local
Devlist.c642 struct mmap *maps = evlist->mmap; in evlist__mmap_per_evsel() local
Dmachine.c1025 struct maps *maps = &kmaps->maps; in machine__map_x86_64_entry_trampolines() local
Dprobe-event.c144 struct maps *maps = machine__kernel_maps(host_machine); in kernel_get_module_map() local
/tools/perf/arch/x86/util/
Devent.c22 struct maps *maps = &kmaps->maps; in perf_event__synthesize_extra_kmaps() local
Dmachine.c20 struct extra_kernel_map *maps; member
/tools/perf/tests/
Dvmlinux-kallsyms.c24 struct maps *maps = machine__kernel_maps(&vmlinux); in test__vmlinux_matches_kallsyms() local
/tools/testing/selftests/x86/
Dtest_vdso.c51 FILE *maps; in vsyscall_getcpu() local
Dtest_vsyscall.c104 FILE *maps; in init_vsys() local
/tools/testing/selftests/bpf/
Dtest_offload.py212 def bpftool_prog_load(sample, file_name, maps=[], prog_type="xdp", dev=None, argument
1191 maps = bpftool_map_list(expected=2) variable
Dtest_sockmap.c67 struct bpf_map *maps[8]; variable
/tools/perf/
Dbuiltin-record.c355 struct mmap *maps = evlist->mmap; in record__aio_mmap_read_sync() local
952 struct mmap *maps; in record__mmap_read_evlist() local
Dbuiltin-report.c727 static size_t maps__fprintf_task(struct maps *maps, int indent, FILE *fp) in maps__fprintf_task()
/tools/lib/bpf/
Dlibbpf.c244 struct bpf_map *maps; member
1730 struct bpf_map *maps = obj->maps; in bpf_program__collect_reloc() local