Searched refs:swappable (Results 1 – 2 of 2) sorted by relevance
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | smaps_stats.cpp | 140 bool& swappable) in GetVMAStuId() argument 147 swappable = false; in GetVMAStuId() 158 swappable = true; in GetVMAStuId() 166 …l SmapsStats::GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappable) in GetVmaIndex() argument 172 sizeof(g_vmaMemHeap[0]), heapIndex, swappable); in GetVmaIndex() 176 sizeof(g_vmaMemSuffix[0]), heapIndex, swappable)) { in GetVmaIndex() 180 sizeof(g_vmaMemAnon[0]), heapIndex, swappable); in GetVmaIndex() 186 sizeof(g_vmaMemFd[0]), heapIndex, swappable); in GetVmaIndex() 189 sizeof(g_vmaMemDev[0]), heapIndex, swappable); in GetVmaIndex() 192 sizeof(g_vmaMemSuffix[0]), heapIndex, swappable); in GetVmaIndex() [all …]
|
| /developtools/profiler/device/plugins/memory_plugin/include/ |
| D | smaps_stats.h | 303 bool GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappable); 304 uint64_t GetSwapablepssValue(const MemUsageInfo& memusage, bool swappable); 312 bool& swappable);
|