From: Serhei Makarov Date: Mon, 10 Jun 2024 21:54:03 +0000 (-0400) Subject: README.eu-stacktrace: note sysprof-cli --use-stacktrace is WIP X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17f617919c29e05cb463dc009e68dbc1ef524872;p=thirdparty%2Felfutils.git README.eu-stacktrace: note sysprof-cli --use-stacktrace is WIP --- 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