File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ functions to appear in the output of the ``perf`` profiler. When this mode is
2424enabled, the interpreter will interpose a small piece of code compiled on the
2525fly before the execution of every Python function and it will teach ``perf `` the
2626relationship between this piece of code and the associated Python function using
27- `perf map files `_. If you're an extension author interested in having your extension
28- write to the perf map files, refer to :doc: `the C-API <../c-api/perfmaps >`.
27+ :doc: `perf map files <../c-api/perfmaps >`.
2928
3029.. note ::
3130
@@ -207,5 +206,3 @@ You can check if your system has been compiled with this flag by running::
207206If you don't see any output it means that your interpreter has not been compiled with
208207frame pointers and therefore it may not be able to show Python functions in the output
209208of ``perf ``.
210-
211- .. _perf map files : https://github.com/torvalds/linux/blob/0513e464f9007b70b96740271a948ca5ab6e7dd7/tools/perf/Documentation/jit-interface.txt
You can’t perform that action at this time.
0 commit comments