ARM: KVM: extend WFI tracepoint to differentiate between wfi and wfe
authorAndre Przywara <andre.przywara@arm.com>
Mon, 12 Jan 2015 16:56:16 +0000 (16:56 +0000)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 15 Jan 2015 12:12:27 +0000 (13:12 +0100)
Currently the trace printk talks about "wfi" only, though the trace
point triggers both on wfi and wfe traps.
Add a parameter to differentiate between the two.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Wei Huang <wei@redhat.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>

No differences found