Home
last modified time | relevance | path

Searched refs:vss (Results 1 - 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfreeze_json_generator_unittest.cpp68 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 Dmeminfo_data.h59 uint64_t vss = 0; member
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp690 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 Dmemory_util.cpp166 usage.vss = 0; in InitMemUsage()
/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h43 uint64_t vss = 0; member
/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() argument
426 vss = multiples * stoull(*it); in GetStatm()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfreeze_json_generator.cpp74 FreezeJsonMemory::Builder& FreezeJsonMemory::Builder::InitVss(unsigned long long vss) in InitVss() argument
76 vss_ = vss; in InitVss()
H A Dfreeze_json_generator.h59 Builder& InitVss(unsigned long long vss);
82 static constexpr const char* const jsonMemoryVss = "vss";
H A Dfaultlogger.cpp989 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 Dapp_event_handler.cpp165 AddValueToJsonString("vss", event.vss, jsonStr); in PostEvent()
/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 15 milliseconds