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 5
5
Support for Perf Maps
6
6
----------------------
7
7
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
9
9
advantage 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
13
14
`documentation of the Linux Perf tool <https://git.kernel.org/pub/scm/linux/
14
15
kernel/git/torvalds/linux.git/tree/tools/perf/Documentation/jit-interface.txt> `_.
15
16
You can’t perform that action at this time.
0 commit comments