From: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
To: linux-trace-devel@vger.kernel.org
Cc: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
Subject: [PATCH] trace-cruncher: Fix the install instructions in README
Date: Fri, 24 Sep 2021 12:31:55 +0300 [thread overview]
Message-ID: <20210924093155.150647-1-y.karadz@gmail.com> (raw)
Removing 'trace-cmd' from the list of external dependencies
was a mistake. trace-cruncher depends on trace-cmd indirectly
via libkshark.
The address of the KernelShark repository is updated as well.
Fixes: 502aa91 (trace-cruncher: Update README.md)
Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
---
README.md | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 93f12c8..740d60b 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The Trace-Cruncher allows for sophisticated analysis of kernel tracing data via
### Prerequisites
Trace-Cruncher has the following external dependencies:
- libtraceevent, libtracefs, KernelShark, Json-C, Cython, NumPy.
+ libtraceevent, libtracefs, trace-cmd, KernelShark, Json-C, Cython, NumPy.
1.1 In order to install all packages on Ubuntu do the following:
@@ -62,7 +62,18 @@ Trace-Cruncher has the following external dependencies:
> cd ..
- > git clone https://github.com/yordan-karadzhov/kernel-shark-v2.beta.git kernel-shark
+ > git clone https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/
+
+ > cd trace-cmd
+
+ > make
+
+ > sudo make install_libs
+
+ > cd ..
+
+
+ > git clone https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/
> cd kernel-shark/build
--
2.30.2
reply other threads:[~2021-09-24 9:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210924093155.150647-1-y.karadz@gmail.com \
--to=y.karadz@gmail.com \
--cc=linux-trace-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).