Merge "Rename gpu_mem.o to gpuMem.o" am: 310fa3ab1b am: dd131835e9 am: 158b031098 am: 43fb4e1326

Original change: https://android-review.googlesource.com/c/platform/system/memory/lmkd/+/2147763

Change-Id: I71d9afbd7932d8f615d652374f3d91d59754997c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ken Chen 2022-07-21 23:34:32 +00:00 committed by Automerger Merge Worker
commit d1200b6f6e
1 changed files with 1 additions and 1 deletions

View File

@ -1828,7 +1828,7 @@ static bool meminfo_parse_line(char *line, union meminfo *mi) {
static int64_t read_gpu_total_kb() { static int64_t read_gpu_total_kb() {
static int fd = android::bpf::bpfFdGet( static int fd = android::bpf::bpfFdGet(
"/sys/fs/bpf/map_gpu_mem_gpu_mem_total_map", BPF_F_RDONLY); "/sys/fs/bpf/map_gpuMem_gpu_mem_total_map", BPF_F_RDONLY);
static constexpr uint64_t kBpfKeyGpuTotalUsage = 0; static constexpr uint64_t kBpfKeyGpuTotalUsage = 0;
uint64_t value; uint64_t value;