From: Serhei Makarov Date: Thu, 15 Aug 2024 21:24:28 +0000 (-0400) Subject: README.eu-stacktrace: fix sysprof-cli + manual eu-stacktrace invocation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6581b090e1bcd2ec8ac79e17b366904af3654e79;p=thirdparty%2Felfutils.git README.eu-stacktrace: fix sysprof-cli + manual eu-stacktrace invocation --- diff --git a/README.eu-stacktrace b/README.eu-stacktrace index 921c9772..c12c6d39 100644 --- a/README.eu-stacktrace +++ b/README.eu-stacktrace @@ -50,7 +50,7 @@ Invoke eu-stacktrace manually with a fifo: mkfifo /tmp/test.fifo sudo /opt/elfutils/bin/eu-stacktrace 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):