diff options
author | Jerone Young <jyoung5@us.ibm.com> | 2008-07-14 08:00:03 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-10-15 04:15:15 -0400 |
commit | 31711f2294b38d8334efaf7dbac6da4781fd151e (patch) | |
tree | 0e60487f9c79113f1f0c9cbc094d9a167d5c3f46 /include | |
parent | 12f67556023389a6be929a56617142a8e8ab20fe (diff) |
KVM: ppc: adds trace points for ppc tlb activity
This patch adds trace points to track powerpc TLB activities using the
KVM_TRACE infrastructure.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 5d08f11bb27f..e21a5050d4d6 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -471,5 +471,8 @@ struct kvm_trace_rec { | |||
471 | #define KVM_TRC_LMSW (KVM_TRC_HANDLER + 0x13) | 471 | #define KVM_TRC_LMSW (KVM_TRC_HANDLER + 0x13) |
472 | #define KVM_TRC_APIC_ACCESS (KVM_TRC_HANDLER + 0x14) | 472 | #define KVM_TRC_APIC_ACCESS (KVM_TRC_HANDLER + 0x14) |
473 | #define KVM_TRC_TDP_FAULT (KVM_TRC_HANDLER + 0x15) | 473 | #define KVM_TRC_TDP_FAULT (KVM_TRC_HANDLER + 0x15) |
474 | #define KVM_TRC_GTLB_WRITE (KVM_TRC_HANDLER + 0x16) | ||
475 | #define KVM_TRC_STLB_WRITE (KVM_TRC_HANDLER + 0x17) | ||
476 | #define KVM_TRC_STLB_INVAL (KVM_TRC_HANDLER + 0x18) | ||
474 | 477 | ||
475 | #endif | 478 | #endif |