/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | MapsTest.cpp | 29 BufferMaps maps(line.c_str()); in VerifyLine() local 47 Maps maps; in TEST() local 83 Maps maps; in TEST() local 193 BufferMaps maps( in TEST() local 247 BufferMaps maps( in TEST() local 283 BufferMaps maps( in TEST() local 310 BufferMaps maps( in TEST() local 328 BufferMaps maps( in TEST() local 346 BufferMaps maps( in TEST() local 383 FileMaps maps(tf.path); in TEST() local [all …]
|
H A D | UnwindTest.cpp | 149 static void VerifyUnwind(pid_t pid, Maps* maps, Regs* regs, in VerifyUnwind() 187 std::unique_ptr<Maps> maps; in InnerFunction() local 278 RemoteMaps maps(pid_); in RemoteThroughSignal() local 322 RemoteMaps maps(pid_); in TEST_F() local 346 RemoteMaps maps(*pid); in RemoteUnwind() local 415 LocalMaps maps; in TEST_F() local 446 LocalMaps maps; in TEST_F() local 531 LocalMaps maps; in TEST_F() local 681 LocalUpdatableMaps maps; in TEST_F() local
|
H A D | MapInfoCreateMemoryTest.cpp | 283 Maps maps; in TEST_F() local 323 Maps maps; in TEST_F() local 370 Maps maps; in TEST_F() local 401 Maps maps; in TEST_F() local 445 Maps maps; in TEST_F() local
|
/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/ |
H A D | local_unwind_benchmarks.cpp | 37 unwindstack::Maps* maps; member 81 unwindstack::LocalMaps maps; in BM_local_unwind_uncached_process_memory() local 93 unwindstack::LocalMaps maps; in BM_local_unwind_cached_process_memory() local 153 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_uncached() local 165 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_cached() local 177 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_thread_cached() local 189 unwindstack::LocalMaps maps; in BM_local_unwind_uncached_process_memory_no_func_names() local 201 unwindstack::LocalMaps maps; in BM_local_unwind_cached_process_memory_no_func_names() local 213 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_uncached_no_func_names() local 225 unwindstack::LocalUpdatableMaps maps; in BM_local_unwind_local_updatable_maps_cached_no_func_names() local [all …]
|
H A D | MapsBenchmark.cpp | 46 std::string maps; in CreateMap() local 59 BenchmarkLocalUpdatableMaps maps; in ReparseBenchmark() local 103 TemporaryFile maps; in BM_local_updatable_maps_reparse_same_maps_small() local 111 TemporaryFile maps; in BM_local_updatable_maps_reparse_same_maps_large() local
|
/aosp_15_r20/external/bpftool/docs/ |
H A D | bpftool-map.rst | 14 SYNOPSIS 25 MAP COMMANDS 60 DESCRIPTION 167 OPTIONS 178 EXAMPLES
|
H A D | bpftool.rst | 14 SYNOPSIS 53 DESCRIPTION 61 OPTIONS
|
/aosp_15_r20/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument 161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument 161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument 161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument 161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument 161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument 161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument 161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument 161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument 161 UnwinderFromPid(size_t max_frames, pid_t pid, ArchEnum arch, Maps* maps, in UnwinderFromPid()
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | GlobalDebugImpl.h | 132 bool ForEachSymfile(Maps* maps, uint64_t pc, Callback callback) { in ForEachSymfile() 170 bool GetFunctionName(Maps* maps, uint64_t pc, SharedString* name, uint64_t* offset) { in GetFunctionName() 177 Symfile* Find(Maps* maps, uint64_t pc) { in Find() 197 bool ReadAllEntries(Maps* maps) { in ReadAllEntries() 213 bool ReadAllEntries(Maps* maps, bool* race) { in ReadAllEntries() 234 bool ReadNewEntries(Maps* maps, std::map<UID, std::shared_ptr<Symfile>>* entries, bool* race) { in ReadNewEntries()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/ |
H A D | LockStep.java | 65 void mapsEqual(List<Map> maps) { in mapsEqual() 71 void put(List<Map> maps, Object key, Object val) { in put() 77 void removeLastTwo(List<Map> maps) { in removeLastTwo() 103 List<Map> maps = List.of( in testLockStep() local
|
/aosp_15_r20/system/libprocinfo/ |
H A D | process_map_benchmark.cpp | 33 std::vector<android::procinfo::MapInfo> maps; in BM_ReadMapFile() local 44 unwindstack::FileMaps maps(map_file); in BM_unwindstack_FileMaps() local 56 unwindstack::BufferMaps maps(content.c_str()); in BM_unwindstack_BufferMaps() local
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 68 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 74 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 172 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 174 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 68 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 74 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 172 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 174 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 68 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 74 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 172 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 174 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 68 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 74 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 172 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 174 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 68 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 74 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 172 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 174 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 68 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 74 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 172 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() argument 174 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() argument
|