From e4b612c37f6429d77862caf6af3e5e808a2a1388 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Mon, 28 Oct 2024 23:16:46 +0530 Subject: [PATCH] debugging: Update link to perf wiki --- docs/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.rst b/docs/debugging.rst index 0166cb67..059041bf 100644 --- a/docs/debugging.rst +++ b/docs/debugging.rst @@ -110,7 +110,7 @@ is doing. For example, to trace ``openat(), read()`` calls:: $ strace -e trace=openat,read -o strace.log -f /app/bin/ -`Perf `_ requires +`Perf `_ requires access to ``--filesystem=/sys`` to run:: $ flatpak run --command=perf --filesystem=/sys --filesystem=$(pwd) --devel $FLATPAK_ID record -v --