commit | 5709afa6277b16bc86196f69accaadebd0da2f0a | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vdonnefort@google.com> | Fri Mar 10 17:47:07 2023 +0000 |
committer | Vincent Donnefort <vdonnefort@google.com> | Fri Mar 31 12:19:26 2023 +0100 |
tree | fa882c0a2f0c3a7eb9c8690d23f3710412f54dd4 | |
parent | 7898e8578ae2b71eafe867b723c9004dae691f45 [diff] |
MicrodroidBenchmarks: testMemoryUsage: Add pKVM statistics KVM exposes few statistics via the debugfs for each VM. Log protected_hyp_mem (the memory allocated for the VM for the protected hypervisor) and protect_shared_mem (the protected memory, shared back by the VM). Bug: 239698694 Test: atest MicrodroidBenchmarks Change-Id: I65ec9339a0f43636616eeccd4b3f489e9fac9905
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.