Skip to content

Commit

Permalink
debugging: Update link to perf wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Oct 30, 2024
1 parent 4233a58 commit b91b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ is doing. For example, to trace ``openat(), read()`` calls::

$ strace -e trace=openat,read -o strace.log -f /app/bin/<application-binary>

`Perf <https://perf.wiki.kernel.org/index.php/Main_Page>`_ requires
`Perf <https://perfwiki.github.io/main/>`_ requires
access to ``--filesystem=/sys`` to run::

$ flatpak run --command=perf --filesystem=/sys --filesystem=$(pwd) --devel $FLATPAK_ID record -v -- <command>
Expand Down

0 comments on commit b91b800

Please sign in to comment.