summaryrefslogtreecommitdiffstats
path: root/Include/pydtrace.d
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pydtrace.d')
-rw-r--r--Include/pydtrace.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pydtrace.d b/Include/pydtrace.d
index a6a5e7e..5e6a626 100644
--- a/Include/pydtrace.d
+++ b/Include/pydtrace.d
@@ -12,6 +12,7 @@ provider python {
probe gc__done(long);
probe import__find__load__start(const char *);
probe import__find__load__done(const char *, int);
+ probe audit(const char *, void *);
};
#pragma D attributes Evolving/Evolving/Common provider python provider