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)
commite21f09108754dfdfbb30e547f4edbd3b6884eedb
tree48d8d7f3f1f98da55be92d1610562d7b313befb0
parentb5905dc12ed4254f7e0aac62bab48f002181f639
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