Home
last modified time | relevance | path

Searched refs:CreateProcessMemory (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/
H A Dlocal_unwind_benchmarks.cpp80 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_uncached_process_memory()
104 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_android_unwind_uncached_process_memory()
152 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_local_updatable_maps_uncached()
188 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_uncached_process_memory_no_func_names()
212 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_local_updatable_maps_uncached_no_func_names()
H A Dremote_unwind_benchmarks.cpp107 process_memory = unwindstack::Memory::CreateProcessMemory(pid); in RemoteUnwind()
147 process_memory = unwindstack::Memory::CreateProcessMemory(pid); in RemoteAndroidUnwind()
/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DOfflineUnwindUtils.cpp259 if (!CreateProcessMemory(error_msg, sample_name)) return false; in Init()
263 if (!CreateProcessMemory(error_msg, sample_name)) return false; in Init()
345 bool OfflineUnwindUtils::CreateProcessMemory(std::string* error_msg, in CreateProcessMemory() function in unwindstack::OfflineUnwindUtils
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DUnwindTest.cpp151 auto process_memory(Memory::CreateProcessMemory(pid)); in VerifyUnwind()
192 auto process_memory(Memory::CreateProcessMemory(getpid())); in InnerFunction()
448 auto process_memory(Memory::CreateProcessMemory(getpid())); in TEST_F()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libunwindstack/include/unwindstack/
DMemory.h34 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libunwindstack/include/unwindstack/
DMemory.h34 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libunwindstack/include/unwindstack/
DMemory.h34 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libunwindstack/include/unwindstack/
DMemory.h34 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/system/unwinding/libunwindstack/tools/
H A Dunwind_for_offline.cpp118 auto process_memory = unwindstack::Memory::CreateProcessMemory(tid); in SaveStack()
191 auto memory = unwindstack::Memory::CreateProcessMemory(tid); in CreateElfFromMemory()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/system/unwinding/libunwindstack/include/unwindstack/
H A DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h36 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMemory.h35 static std::shared_ptr<Memory> CreateProcessMemory(pid_t pid);

123