File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55Support for Perf Maps
66----------------------
77
8- On supported platforms (as of this writing, only Linux), the runtime can take
8+ On supported platforms (as of this writing, Linux and macOS ), the runtime can take
99advantage of *perf map files * to make Python functions visible to an external
10- profiling tool (such as `perf <https://perf.wiki.kernel.org/index.php/Main_Page >`_).
11- A running process may create a file in the ``/tmp `` directory, which contains entries
12- that can map a section of executable code to a name. This interface is described in the
10+ profiling tool (such as `perf <https://perf.wiki.kernel.org/index.php/Main_Page >`_ or
11+ `samply <https://github.com/mstange/samply/ >`_). A running process may create a
12+ file in the ``/tmp `` directory, which contains entries that can map a section
13+ of executable code to a name. This interface is described in the
1314`documentation of the Linux Perf tool <https://git.kernel.org/pub/scm/linux/
1415kernel/git/torvalds/linux.git/tree/tools/perf/Documentation/jit-interface.txt> `_.
1516
You can’t perform that action at this time.
0 commit comments