]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
README.eu-stacktrace: fix sysprof-cli + manual eu-stacktrace invocation
authorSerhei Makarov <serhei@serhei.io>
Thu, 15 Aug 2024 21:24:28 +0000 (17:24 -0400)
committerSerhei Makarov <serhei@serhei.io>
Thu, 15 Aug 2024 21:24:28 +0000 (17:24 -0400)
README.eu-stacktrace

index 921c9772d823d4b3c9b9bb2ccb6b6687a7d51719..c12c6d39ecacc4f3c340a5a2d66bb1c71b81072b 100644 (file)
@@ -50,7 +50,7 @@ Invoke eu-stacktrace manually with a fifo:
 
     mkfifo /tmp/test.fifo
     sudo /opt/elfutils/bin/eu-stacktrace </tmp/test.fifo >test.syscap &
-    /opt/elfutils/bin/sysprof-cli --use-fifo=/tmp/test.fifo test.syscap
+    /opt/elfutils/bin/sysprof-cli --sample-method=sample --use-fifo=/tmp/test.fifo test.syscap
 
 Then invoke sysprof with eu-stacktrace (there are some issues remaining to debug):