From 6581b090e1bcd2ec8ac79e17b366904af3654e79 Mon Sep 17 00:00:00 2001 From: Serhei Makarov Date: Thu, 15 Aug 2024 17:24:28 -0400 Subject: [PATCH] README.eu-stacktrace: fix sysprof-cli + manual eu-stacktrace invocation --- README.eu-stacktrace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.47.2