summaryrefslogtreecommitdiff
path: root/kvm.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-04-15 16:12:40 -0700
committerRobert Mustacchi <rm@joyent.com>2011-04-15 16:12:40 -0700
commit01ce994f8ab0b2140b536e6a7dc02e74db7356e3 (patch)
tree1080dc8aad9d54c18000173f90ad21736e720ce1 /kvm.h
parentd22dd2726db60633d0b435ddf2d97773d477e8e5 (diff)
downloadillumos-kvm-01ce994f8ab0b2140b536e6a7dc02e74db7356e3.tar.gz
HVM-72 want second xxx probe for synchronization issues
Diffstat (limited to 'kvm.h')
-rw-r--r--kvm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvm.h b/kvm.h
index 3869897..2eeed1b 100644
--- a/kvm.h
+++ b/kvm.h
@@ -12,6 +12,8 @@
#define XXX_KVM_PROBE DTRACE_PROBE2(kvm__xxx, \
char *, __FILE__, int, __LINE__)
+#define XXX_KVM_SYNC_PROBE DTRACE_PROBE2(kvm__xxx__sync, \
+ char *, __FILE__, int, __LINE__)
#ifdef _KERNEL
#include "bitops.h"