summaryrefslogtreecommitdiff
path: root/kvm_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvm_impl.h')
-rw-r--r--kvm_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kvm_impl.h b/kvm_impl.h
index 931c876..7fd9c8c 100644
--- a/kvm_impl.h
+++ b/kvm_impl.h
@@ -13,6 +13,9 @@
#define XXX_KVM_SYNC_PROBE DTRACE_PROBE2(kvm__xxx__sync, \
char *, __FILE__, int, __LINE__)
+#define KVM_TRACE(name) \
+ DTRACE_PROBE(kvm__##name);
+
#define KVM_TRACE1(name, type1, arg1) \
DTRACE_PROBE1(kvm__##name, type1, arg1);