From: Steven Rostedt <rostedt@goodmis.org>
To: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
Cc: linux-trace-devel@vger.kernel.org
Subject: Re: [PATCH v3 0/4] Add drawing instrumentation to be used by the Qt-based KernelShark
Date: Wed, 29 Aug 2018 09:08:51 -0400 [thread overview]
Message-ID: <20180829090851.15b2f1fd@gandalf.local.home> (raw)
In-Reply-To: <20180828130838.30790-1-y.karadz@gmail.com>
On Tue, 28 Aug 2018 16:08:34 +0300
"Yordan Karadzhov (VMware)" <y.karadz@gmail.com> wrote:
> The KernelShark plotting library is introduced in this series of patches.
> The library will be used by the GUI to draw CPU and Task Graphs. This is
> also the first time KernelShark enters the world of C++.
>
> This is the 3th version of this series of patches. The major change
> from v2 is the debugging of the example ([PATCH 3/4]).
>
> Yordan Karadzhov (VMware) (4):
> kernel-shark-qt: Add OpenGL/GLUT as a third party dependency.
> kernel-shark-qt: Add basic instruments for OpenGL plotting.
> kernel-shark-qt: Add C++ API for drawing of Graphs
> kernel-shark-qt: Add an example showing how to draw shapes and Graphs.
I pulled these and pushed them to my repo.
Thanks Yordan!
-- Steve
>
> kernel-shark-qt/CMakeLists.txt | 3 +
> kernel-shark-qt/README | 2 +
> kernel-shark-qt/examples/CMakeLists.txt | 4 +
> kernel-shark-qt/examples/dataplot.cpp | 231 +++++
> kernel-shark-qt/src/CMakeLists.txt | 14 +
> kernel-shark-qt/src/KsPlotTools.cpp | 1123 +++++++++++++++++++++++
> kernel-shark-qt/src/KsPlotTools.hpp | 485 ++++++++++
> kernel-shark-qt/src/libkshark-plot.c | 212 +++++
> kernel-shark-qt/src/libkshark-plot.h | 69 ++
> 9 files changed, 2143 insertions(+)
> create mode 100644 kernel-shark-qt/examples/dataplot.cpp
> create mode 100644 kernel-shark-qt/src/KsPlotTools.cpp
> create mode 100644 kernel-shark-qt/src/KsPlotTools.hpp
> create mode 100644 kernel-shark-qt/src/libkshark-plot.c
> create mode 100644 kernel-shark-qt/src/libkshark-plot.h
>
prev parent reply other threads:[~2018-08-29 17:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-28 13:08 [PATCH v3 0/4] Add drawing instrumentation to be used by the Qt-based KernelShark Yordan Karadzhov (VMware)
2018-08-28 13:08 ` [PATCH v3 1/4] kernel-shark-qt: Add OpenGL/GLUT as a third party dependency Yordan Karadzhov (VMware)
2018-08-28 13:08 ` [PATCH v3 2/4] kernel-shark-qt: Add basic instruments for OpenGL plotting Yordan Karadzhov (VMware)
2018-08-28 13:08 ` [PATCH v3 3/4] kernel-shark-qt: Add C++ API for drawing of Graphs Yordan Karadzhov (VMware)
2018-08-28 13:08 ` [PATCH v3 4/4] kernel-shark-qt: Add an example showing how to draw shapes and Graphs Yordan Karadzhov (VMware)
2018-08-29 13:08 ` Steven Rostedt [this message]
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=20180829090851.15b2f1fd@gandalf.local.home \
--to=rostedt@goodmis.org \
--cc=linux-trace-devel@vger.kernel.org \
--cc=y.karadz@gmail.com \
/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).