Home
last modified time | relevance | path

Searched refs:NativeLeakDumpState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp257 NativeLeakDumpState::NativeLeakDumpState() in NativeLeakDumpState() function in OHOS::HiviewDFX::NativeLeakDumpState
280 void NativeLeakDumpState::GetMemoryLeakLog(shared_ptr<NativeLeakInfo> &userMonitorInfo, uint32_t fl… in GetMemoryLeakLog()
334 void NativeLeakDumpState::DumpDetailInfo(ofstream &fout, shared_ptr<NativeLeakInfo> &userMonitorInf… in DumpDetailInfo()
370 void NativeLeakDumpState::DumpStackInfo(shared_ptr<NativeLeakInfo> &userMonitorInfo) in DumpStackInfo()
396 void NativeLeakDumpState::DumpUserMemInfo(shared_ptr<NativeLeakInfo> &userMonitorInfo) in DumpUserMemInfo()
436 bool NativeLeakDumpState::ForkProcessToDumpExtraInfo( in ForkProcessToDumpExtraInfo()
516 string NativeLeakDumpState::GetExtraInfo(uint32_t type) const in GetExtraInfo()
528 void NativeLeakDumpState::ExecuteChildProcessGetSmapsInfo(int pid) const in ExecuteChildProcessGetSmapsInfo()
538 void NativeLeakDumpState::LaunchMemoryDebug(shared_ptr<NativeLeakInfo> &userMonitorInfo) in LaunchMemoryDebug()
556 void NativeLeakDumpState::GetProfiler(shared_ptr<NativeLeakInfo> &userMonitorInfo) in GetProfiler()
[all …]
H A Dnative_leak_state.h60 class NativeLeakDumpState : public FaultStateBase {
62 NativeLeakDumpState();
H A Dnative_leak_state_context.h35 NativeLeakDumpState dumpState_;
H A Dnative_leak_detector.cpp187 auto dumpStateObj = static_cast<NativeLeakDumpState*>(baseStateObj); in RecordNativeInfo()