We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pydtrace.d
Include/pydtrace.h
1 parent ac7a0a9 commit baf2349Copy full SHA for baf2349
Include/pydtrace.h
@@ -12,7 +12,7 @@ extern "C" {
12
13
/* pydtrace_probes.h, on systems with DTrace, is auto-generated to include
14
`PyDTrace_{PROBE}` and `PyDTrace_{PROBE}_ENABLED()` macros for every probe
15
- defined in pydtrace_provider.d.
+ defined in pydtrace.d.
16
17
Calling these functions must be guarded by a `PyDTrace_{PROBE}_ENABLED()`
18
check to minimize performance impact when probing is off. For example:
0 commit comments