From: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org, julia.lawall@inria.fr,
"Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
Subject: [PATCH v2 0/3] kernel-shark: Command line options for selecting plots
Date: Mon, 27 Apr 2020 18:41:49 +0300 [thread overview]
Message-ID: <20200427154152.20592-1-y.karadz@gmail.com> (raw)
The patch-set implements new commandline options for KernelShark that
can be used to pre-select the CPU and Task plots to be shown, before
opening the GUI. The idea was suggested by Julia Lawall.
Changes is v2:
- Fixing a bug in the parsing of the string representing the list of
IDs, given to the command line options.
- New Patch 3/3 that limits the number of CPU plots shown by default
when KernelShark starts.
Yordan Karadzhov (VMware) (3):
kernel-shark: Add methods for selecting the plots to be shown
kernel-shark: Add command line options for selecting plots to be shown
kernel-shark: Set a maximum number of plots to be shown by default
kernel-shark/src/KsGLWidget.cpp | 13 +++++++++--
kernel-shark/src/KsMainWindow.cpp | 39 +++++++++++++++++++++++++++++++
kernel-shark/src/KsMainWindow.hpp | 4 ++++
kernel-shark/src/KsUtils.cpp | 24 +++++++++++++++++++
kernel-shark/src/KsUtils.hpp | 2 ++
kernel-shark/src/kernelshark.cpp | 34 ++++++++++++++++++++++++---
6 files changed, 111 insertions(+), 5 deletions(-)
--
2.20.1
next reply other threads:[~2020-04-27 15:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-27 15:41 Yordan Karadzhov (VMware) [this message]
2020-04-27 15:41 ` [PATCH v2 1/3] kernel-shark: Add methods for selecting the plots to be shown Yordan Karadzhov (VMware)
2020-04-27 15:41 ` [PATCH v2 2/3] kernel-shark: Add command line options for selecting " Yordan Karadzhov (VMware)
2020-04-27 15:41 ` [PATCH v2 3/3] kernel-shark: Set a maximum number of plots to be shown by default Yordan Karadzhov (VMware)
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=20200427154152.20592-1-y.karadz@gmail.com \
--to=y.karadz@gmail.com \
--cc=julia.lawall@inria.fr \
--cc=linux-trace-devel@vger.kernel.org \
--cc=rostedt@goodmis.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).