Home
last modified time | relevance | path

Searched refs:GetStatm (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.h40 static bool GetStatm(uint64_t &rss);
H A Dtest_util.cpp196 bool TestUtil::GetStatm(uint64_t &rss) in GetStatm() function in OHOS::HiviewDFX::TestUtil
199 HIVIEW_LOGW("GetStatm failed, leak process died"); in GetStatm()
204 HIVIEW_LOGW("GetStatm failed, open statm failed"); in GetStatm()
222 HIVIEW_LOGW("GetStatm failed, open statm failed"); in GetSelfStatm()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h71 static void GetStatm(int32_t pid, uint64_t &vss, uint64_t &rss);
H A Dfault_detector_util.cpp412 void FaultDetectorUtil::GetStatm(int32_t pid, uint64_t &vss, uint64_t &rss) in GetStatm() function in OHOS::HiviewDFX::FaultDetectorUtil
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp640 FaultDetectorUtil::GetStatm(info.pid, info.vss, info.rss); in PostEvent()

Completed in 3 milliseconds