Skip to content

Commit 5c89eea

Browse files
committed
perfmaps fix 4
1 parent 85b98cf commit 5c89eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/perfmaps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Note that holding an :term:`attached thread state` is not required for these API
5555
Open the ``/tmp/perf-$pid.map`` file and append the content of *parent_filename*
5656
to it.
5757
58-
This function is only available on platforms that support perf maps (currently
59-
Linux). Return ``0`` on success, ``-1`` on failure.
58+
This function is available on all platforms but only generates output on platforms
59+
that support perf maps (currently only Linux). On other platforms, it does nothing.
6060
6161
.. versionadded:: 3.13
6262

0 commit comments

Comments
 (0)