From 17f617919c29e05cb463dc009e68dbc1ef524872 Mon Sep 17 00:00:00 2001 From: Serhei Makarov Date: Mon, 10 Jun 2024 17:54:03 -0400 Subject: [PATCH] README.eu-stacktrace: note sysprof-cli --use-stacktrace is WIP --- README.eu-stacktrace | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.eu-stacktrace b/README.eu-stacktrace index 0cfa23ee..921c9772 100644 --- a/README.eu-stacktrace +++ b/README.eu-stacktrace @@ -46,16 +46,16 @@ Example build sequence: ninja sudo ninja install -Then invoke sysprof with eu-stacktrace: - - /opt/elfutils/bin/sysprof-cli --use-stacktrace --stacktrace-path=/opt/elfutils/bin/eu-stacktrace - -Or invoke eu-stacktrace manually with a fifo: +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 +Then invoke sysprof with eu-stacktrace (there are some issues remaining to debug): + + /opt/elfutils/bin/sysprof-cli --use-stacktrace --stacktrace-path=/opt/elfutils/bin/eu-stacktrace + ## current issues - eu-stacktrace must be run with sudo for full access to executable files -- 2.47.2