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 v4 0/6] Add visualization model for the Qt-based KernelShark
Date: Mon, 6 Aug 2018 19:19:21 +0300 [thread overview]
Message-ID: <20180806161927.11206-1-y.karadz@gmail.com> (raw)
This series of patches introduces the second part of the C API used by
the Qt-based version of KernelShark. This part of the API is responsible
for the visual navigation and browsing inside the trace data.
This is version 4 of this series of patches.
Major changes from v3 are:
[2/7] Corrections in the Doxygen documentation. Debugging in
ksmodel_set_upper_edge().
[4/7] Corrections in the Doxygen documentation & Change log.
Trying to eliminate the duplicated code in map_collection_back_request()
and map_collection_front_request().
Yordan Karadzhov (VMware) (6):
kernel-shark-qt: Add generic instruments for searching inside the
trace data
kernel-shark-qt: Introduce the visualization model used by the
Qt-based KS
kernel-shark-qt: Add an example showing how to manipulate the Vis.
model.
kernel-shark-qt: Define Data collections
kernel-shark-qt: Make the Vis. model use Data collections.
kernel-shark-qt: Changed the KernelShark version identifier.
kernel-shark-qt/CMakeLists.txt | 2 +-
kernel-shark-qt/examples/CMakeLists.txt | 4 +
kernel-shark-qt/examples/datahisto.c | 159 +++
kernel-shark-qt/src/CMakeLists.txt | 4 +-
kernel-shark-qt/src/libkshark-collection.c | 818 +++++++++++++
kernel-shark-qt/src/libkshark-model.c | 1224 ++++++++++++++++++++
kernel-shark-qt/src/libkshark-model.h | 167 +++
kernel-shark-qt/src/libkshark.c | 278 +++++
kernel-shark-qt/src/libkshark.h | 177 +++
9 files changed, 2831 insertions(+), 2 deletions(-)
create mode 100644 kernel-shark-qt/examples/datahisto.c
create mode 100644 kernel-shark-qt/src/libkshark-collection.c
create mode 100644 kernel-shark-qt/src/libkshark-model.c
create mode 100644 kernel-shark-qt/src/libkshark-model.h
--
2.17.1
next reply other threads:[~2018-08-06 18:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-06 16:19 Yordan Karadzhov (VMware) [this message]
2018-08-06 16:19 ` [PATCH v4 1/6] kernel-shark-qt: Add generic instruments for searching inside the trace data Yordan Karadzhov (VMware)
2018-08-06 16:19 ` [PATCH v4 2/6] kernel-shark-qt: Introduce the visualization model used by the Qt-based KS Yordan Karadzhov (VMware)
2018-08-06 16:19 ` [PATCH v4 3/6] kernel-shark-qt: Add an example showing how to manipulate the Vis. model Yordan Karadzhov (VMware)
2018-08-06 16:19 ` [PATCH v4 4/6] kernel-shark-qt: Define Data collections Yordan Karadzhov (VMware)
2018-08-07 14:01 ` Steven Rostedt
2018-08-06 16:19 ` [PATCH v4 5/6] kernel-shark-qt: Make the Vis. model use " Yordan Karadzhov (VMware)
2018-08-06 16:19 ` [PATCH v4 6/6] kernel-shark-qt: Changed the KernelShark version identifier 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=20180806161927.11206-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).