Searched refs:vss (Results 1 - 12 of 12) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | freeze_json_generator_unittest.cpp | 68 unsigned long long vss = 0; // test value
in HWTEST_F() local 74 .InitVss(vss)
in HWTEST_F()
|
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/ |
H A D | meminfo_data.h | 59 uint64_t vss = 0; member
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_info.cpp | 690 usage.vss = GetVss(pid); in GetMemByProcessPid() 733 uint64_t vss = memUsage.vss; in MemUsageToMatrix() local 734 string totalVss = AddKbUnit(vss); in MemUsageToMatrix() 910 if (right.vss != left.vss) { in GetSortedMemoryInfoNoPid() 911 return right.vss < left.vss; in GetSortedMemoryInfoNoPid()
|
H A D | memory_util.cpp | 166 usage.vss = 0; in InitMemUsage()
|
/base/hiviewdfx/hiview/base/event_publish/include/ |
H A D | app_event_handler.h | 43 uint64_t vss = 0; member
|
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/ |
H A D | fault_detector_util.h | 71 static void GetStatm(int32_t pid, uint64_t &vss, uint64_t &rss);
|
H A D | fault_detector_util.cpp | 412 void FaultDetectorUtil::GetStatm(int32_t pid, uint64_t &vss, uint64_t &rss) in GetStatm() argument 426 vss = multiples * stoull(*it); in GetStatm()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | freeze_json_generator.cpp | 74 FreezeJsonMemory::Builder& FreezeJsonMemory::Builder::InitVss(unsigned long long vss)
in InitVss() argument 76 vss_ = vss;
in InitVss()
|
H A D | freeze_json_generator.h | 59 Builder& InitVss(unsigned long long vss);
82 static constexpr const char* const jsonMemoryVss = "vss";
|
H A D | faultlogger.cpp | 989 unsigned long long vss = 0; // statm col = 1 *4 in GetMemoryStrByPid() local 1002 vss = multiples * std::stoull(*it); in GetMemoryStrByPid() 1005 HIVIEW_LOGI("GET FreezeJson rss=%{public}llu, vss=%{public}llu.", rss, vss); in GetMemoryStrByPid() 1028 .InitVss(vss) in GetMemoryStrByPid()
|
/base/hiviewdfx/hiview/base/event_publish/ |
H A D | app_event_handler.cpp | 165 AddValueToJsonString("vss", event.vss, jsonStr); in PostEvent()
|
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
H A D | native_leak_state.cpp | 640 FaultDetectorUtil::GetStatm(info.pid, info.vss, info.rss); in PostEvent()
|
Completed in 15 milliseconds