KVM: convert custom marker based tracing to event traces
authorMarcelo Tosatti <mtosatti@redhat.com>
Wed, 17 Jun 2009 12:22:14 +0000 (09:22 -0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:59 +0000 (08:32 +0300)
commit229456fc34b1c9031b04f7581e7b755d1cebfe9c
tree85fc0b54e9403d6ea059b8f7f78cea49594aaace
parent219b65dcf6c0bad83d51bfa12e25891c02de2414
KVM: convert custom marker based tracing to event traces

This allows use of the powerful ftrace infrastructure.

See Documentation/trace/ for usage information.

[avi, stephen: various build fixes]
[sheng: fix control register breakage]

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/Makefile
arch/x86/kvm/lapic.c
arch/x86/kvm/svm.c
arch/x86/kvm/trace.h [new file with mode: 0644]
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c
include/trace/events/kvm.h [new file with mode: 0644]
virt/kvm/irq_comm.c
virt/kvm/kvm_main.c