commit | 210552c1bfe83122a480673660d5ca9821c944ae | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Mar 05 03:18:00 2013 +0000 |
committer | Christoffer Dall <cdall@cs.columbia.edu> | Sun Apr 28 21:44:01 2013 -0700 |
tree | 713137a46a8d462e107e56ecf767773f15d37903 | |
parent | 5a2892ce72e010e3cb96b438d7cdddce0c88e0e6 [diff] |
ARM: KVM: add support for minimal host vs guest profiling In order to be able to correctly profile what is happening on the host, we need to be able to identify when we're running on the guest, and log these events differently. Perf offers a simple way to register callbacks into KVM. Mimic what x86 does and enjoy being able to profile your KVM host. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>