aboutsummaryrefslogtreecommitdiff
path: root/tests/tracetool/dtrace.d
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tracetool/dtrace.d')
-rw-r--r--tests/tracetool/dtrace.d10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/tracetool/dtrace.d b/tests/tracetool/dtrace.d
new file mode 100644
index 0000000..5cc06f9
--- /dev/null
+++ b/tests/tracetool/dtrace.d
@@ -0,0 +1,10 @@
+/* This file is autogenerated by tracetool, do not edit. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+provider qemu {
+
+probe test_blah(void * context,const char * filename);
+
+probe test_wibble(void * context,int value);
+
+};