]> git.baikalelectronics.ru Git - kernel.git/commit
arm/arm64: KVM: Add tracepoints for vgic and timer
authorChristoffer Dall <christoffer.dall@linaro.org>
Sun, 30 Aug 2015 11:57:20 +0000 (13:57 +0200)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 22 Oct 2015 21:01:48 +0000 (23:01 +0200)
commitf64612f7ff25b622d0befa8e20c7e66ea41b5b99
tree48d8d7f3f1f98da55be92d1610562d7b313befb0
parent5d6114f093512360112509c7b7e2637b7c6073e7
arm/arm64: KVM: Add tracepoints for vgic and timer

The VGIC and timer code for KVM arm/arm64 doesn't have any tracepoints
or tracepoint infrastructure defined.  Rewriting some of the timer code
handling showed me how much we need this, so let's add these simple
trace points once and for all and we can easily expand with additional
trace points in these files as we go along.

Cc: Wei Huang <wei@redhat.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
virt/kvm/arm/arch_timer.c
virt/kvm/arm/trace.h [new file with mode: 0644]
virt/kvm/arm/vgic.c