Skip to content

Commit 5e050f1

Browse files
committed
fix 1 perfmaps
1 parent 9a85c56 commit 5e050f1

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
@@ -56,8 +56,8 @@ Note that holding an :term:`attached thread state` is not required for these API
5656
Open the ``/tmp/perf-$pid.map`` file and append the content of *parent_filename*
5757
to it.
5858
59-
:param parent_filename: The name of the file to copy.
60-
:return: 0 on success, -1 on failure.
59+
This function is only available on platforms that support perf maps (currently
60+
Linux). Return ``0`` on success, ``-1`` on failure.
6161
6262
.. versionadded:: 3.13
6363

0 commit comments

Comments
 (0)