Searched refs:processMemory (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
H A D | unwind_local_benchmark.cpp | 39 std::shared_ptr<unwindstack::Memory>& processMemory;
member 77 unwindstack::Unwinder unwinder(MAX_FRAMES, dataPtr->maps, regs.get(), dataPtr->processMemory);
in UnwindLocal() 109 auto processMemory = unwindstack::Memory::CreateProcessMemory(getpid());
in BenchmarkUnwindStackLocal() local 115 UnwindData data = {.processMemory = processMemory, .maps = &maps, .isFillFrames = false};
in BenchmarkUnwindStackLocal() 127 auto processMemory = unwindstack::Memory::CreateProcessMemoryCached(getpid());
in BenchmarkUnwindStackLocalCache() local 133 UnwindData data = {.processMemory = processMemory, .maps = &maps, .isFillFrames = false};
in BenchmarkUnwindStackLocalCache() 145 auto processMemory = unwindstack::Memory::CreateProcessMemory(getpid());
in BenchmarkUnwindStackLocalFrames() local 151 UnwindData data = {.processMemory in BenchmarkUnwindStackLocalFrames() 163 auto processMemory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); BenchmarkUnwindStackLocalFramesCache() local [all...] |
H A D | unwind_remote_benchmark.cpp | 140 std::shared_ptr<unwindstack::Memory> processMemory;
142 processMemory = unwindstack::Memory::CreateProcessMemoryCached(pid);
144 processMemory = unwindstack::Memory::CreateProcessMemory(pid);
153 unwindstack::Unwinder unwinder(MAX_FRAMES, &maps, regs.get(), processMemory);
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | memory_collector_impl.cpp | 245 static void SetValueOfProcessMemory(ProcessMemory& processMemory, const std::string& attrName, int32_t value)
in SetValueOfProcessMemory() argument 275 iter->second(processMemory, value);
in SetValueOfProcessMemory() 436 CollectResult<std::vector<ProcessMemory>> processMemory = this->CollectAllProcessMemory();
in ExportAllProcessMemory() local 437 if (processMemory.retCode != UcError::SUCCESS) {
in ExportAllProcessMemory() 438 result.retCode = processMemory.retCode;
in ExportAllProcessMemory() 447 if (!WriteProcessMemoryToFile(savePath, processMemory.data)) {
in ExportAllProcessMemory()
|
Completed in 3 milliseconds