summaryrefslogtreecommitdiffstats
path: root/Include/pydtrace.d
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pydtrace.d')
-rw-r--r--Include/pydtrace.d10
1 files changed, 10 insertions, 0 deletions
diff --git a/Include/pydtrace.d b/Include/pydtrace.d
new file mode 100644
index 0000000..3aedc4ce
--- /dev/null
+++ b/Include/pydtrace.d
@@ -0,0 +1,10 @@
+provider python {
+ probe function__entry(const char *, const char *, int);
+ probe function__return(const char *, const char *, int);
+};
+
+#pragma D attributes Evolving/Evolving/Common provider python provider
+#pragma D attributes Private/Private/Common provider python module
+#pragma D attributes Private/Private/Common provider python function
+#pragma D attributes Evolving/Evolving/Common provider python name
+#pragma D attributes Evolving/Evolving/Common provider python args