Merge "Rename gpu_mem.o to gpuMem.o"

This commit is contained in:
Ken Chen 2022-07-21 13:43:50 +00:00 committed by Gerrit Code Review
commit 310fa3ab1b
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 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;
uint64_t value;