From: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org,
"Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
Subject: [PATCH 0/4]trace-filter: Detach trace-filter-hash from KS GUI.
Date: Sat, 16 Jun 2018 00:21:27 +0300 [thread overview]
Message-ID: <20180615212131.28121-1-y.karadz@gmail.com> (raw)
In this series of patches, the implementation of the trace-filter-hash gets
detached from the Ker GUI, allowing the tools to be used by an user
application. This modifications are a preparation for the introduction of the
Qt-base version of KernelShark.
Yordan Karadzhov (VMware) (4):
trace-cmd: Header files management in trace-hash.h
trace-filter: Remove the Gtk dependency in trace-filter-hash.
trace-filter: Change the naming convention used in trace-filter-hash
trace-filter: Change the hashing function used when filtering
include/trace-cmd/trace-hash.h | 3 -
kernel-shark/include/kernel-shark.h | 4 +-
kernel-shark/include/trace-filter-hash.h | 73 +++++++---
kernel-shark/include/trace-filter.h | 12 +-
kernel-shark/include/trace-graph.h | 16 +--
kernel-shark/include/trace-view-store.h | 12 +-
kernel-shark/include/trace-view.h | 4 +-
kernel-shark/kernel-shark.c | 100 +++++++-------
kernel-shark/trace-filter-hash.c | 162 ++++++++++++-----------
kernel-shark/trace-filter.c | 18 +--
kernel-shark/trace-graph.c | 49 +++----
kernel-shark/trace-plot-cpu.c | 1 +
kernel-shark/trace-plot-task.c | 1 +
kernel-shark/trace-plot.c | 1 +
kernel-shark/trace-view-main.c | 22 +--
kernel-shark/trace-view-store.c | 30 ++---
kernel-shark/trace-view.c | 4 +-
tracecmd/trace-hist.c | 1 +
tracecmd/trace-profile.c | 2 +
tracecmd/trace-read.c | 1 +
20 files changed, 278 insertions(+), 238 deletions(-)
--
2.17.1
next reply other threads:[~2018-06-15 21:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-15 21:21 Yordan Karadzhov (VMware) [this message]
2018-06-15 21:21 ` [PATCH 1/4] trace-cmd: Header files management in trace-hash.h Yordan Karadzhov (VMware)
2018-06-15 21:21 ` [PATCH 2/4] trace-filter: Remove the Gtk dependency in trace-filter-hash Yordan Karadzhov (VMware)
2018-06-15 21:21 ` [PATCH 3/4] trace-filter: Change the naming convention used " Yordan Karadzhov (VMware)
2018-06-18 15:24 ` Steven Rostedt
2018-06-19 13:13 ` Yordan Karadzhov (VMware)
2018-06-15 21:21 ` [PATCH 4/4] trace-filter: Change the hashing function used when filtering Yordan Karadzhov (VMware)
2018-06-18 15:28 ` Steven Rostedt
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=20180615212131.28121-1-y.karadz@gmail.com \
--to=y.karadz@gmail.com \
--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).