From 8c90b36c4c9ad13811248cad476d06ea6e6e097e Mon Sep 17 00:00:00 2001 From: Serhei Makarov Date: Mon, 10 Jun 2024 11:03:02 -0400 Subject: [PATCH] eu-stacktrace WIP: further README fixes --- README.eu-stacktrace | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.eu-stacktrace b/README.eu-stacktrace index 2b9cfbad..0cfa23ee 100644 --- a/README.eu-stacktrace +++ b/README.eu-stacktrace @@ -48,17 +48,21 @@ Example build sequence: Then invoke sysprof with eu-stacktrace: - sudo /opt/elfutils/bin/sysprof-cli --use-stacktrace --stacktrace-path=/opt/elfutils/bin/eu-stacktrace + /opt/elfutils/bin/sysprof-cli --use-stacktrace --stacktrace-path=/opt/elfutils/bin/eu-stacktrace Or invoke eu-stacktrace manually with a fifo: mkfifo /tmp/test.fifo sudo /opt/elfutils/bin/eu-stacktrace test.syscap & - sudo /opt/elfutils/bin/sysprof-cli --use-fifo=/tmp/test.fifo test.syscap + /opt/elfutils/bin/sysprof-cli --use-fifo=/tmp/test.fifo test.syscap + +## current issues + +- eu-stacktrace must be run with sudo for full access to executable files +- portability (the current prototype works with x86_64 only) ## TODO -- bugfixes for sysprof-cli --use-stacktrace mode -- portability (the current version works with x86_64) +- bugfixes as described in 'current issues' above - testsuite - implement --format=perf; make sysprof headers optional through configury -- 2.47.2