Home
last modified time | relevance | path

Searched refs:kBpfKeyGpuTotalUsage (Results 1 – 2 of 2) sorted by relevance

/system/memory/libmeminfo/
Dsysmeminfo.cpp327 static constexpr uint64_t kBpfKeyGpuTotalUsage = 0; in ReadGpuTotalUsageKb() local
336 auto res = map.readValue(kBpfKeyGpuTotalUsage); in ReadGpuTotalUsageKb()
/system/memory/lmkd/
Dlmkd.cpp1796 static constexpr uint64_t kBpfKeyGpuTotalUsage = 0; in read_gpu_total_kb() local
1803 return android::bpf::findMapEntry(fd, &kBpfKeyGpuTotalUsage, &value) in read_gpu_total_kb()