From 0f6b038953d56ffa29f747200c89512f72da4ff5 Mon Sep 17 00:00:00 2001 From: Mark Hansen Date: Fri, 24 Sep 2021 11:28:06 +1000 Subject: [PATCH] Fix filename comment: moved to Include/pydtrace.d See https://github.com/python/cpython/blob/main/Include/pydtrace.d There is no pydtrace_provider.d that I can find. --- Include/pydtrace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/pydtrace.h b/Include/pydtrace.h index 75f8e7f70979c5..e197d36694537b 100644 --- a/Include/pydtrace.h +++ b/Include/pydtrace.h @@ -12,7 +12,7 @@ extern "C" { /* pydtrace_probes.h, on systems with DTrace, is auto-generated to include `PyDTrace_{PROBE}` and `PyDTrace_{PROBE}_ENABLED()` macros for every probe - defined in pydtrace_provider.d. + defined in pydtrace.d. Calling these functions must be guarded by a `PyDTrace_{PROBE}_ENABLED()` check to minimize performance impact when probing is off. For example: