linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@gmail.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org
Subject: [PATCH v3 0/5] Various enhancements, related to reading trace.dat file
Date: Thu, 16 Apr 2020 19:00:42 +0300	[thread overview]
Message-ID: <20200416160047.77118-1-tz.stoyanov@gmail.com> (raw)

From: "Tzvetomir (VMware)  Stoyanov" <tz.stoyanov@gmail.com>

Few new tracemcd APIs were introduced recently, realted to opening
trace.dat file on stages, pairing files from the same tracing session,
getting extended guest VM information from the host trace file.
These patches allows KernelShark to leverage these tracecmd enhansments.

Tzvetomir (VMware)  Stoyanov (4):
  kernel-shark-2.alpha: Use new tracecmd APIs to open guest tracing file
  kernel-shark-2.alpha: Print the plugin's file name in case of loading
    error
  kernel-shark-2.alpha: Force trace-cmd.h to be used as plain C
  kernel-shark-2.alpha: Restructure KVMCombo plugin to use CPU mapping
    information from the trace files

Tzvetomir (VMware) Stoyanov (1):
  kernel-shark-2.alpha: Adjust the width of marker buttons

 src/KsDualMarker.cpp     |   4 +-
 src/libkshark-plugin.c   |   3 +-
 src/libkshark-tepdata.c  | 175 ++++++++++++++++++++++++++++++++++++++-
 src/libkshark-tepdata.h  |  10 +++
 src/plugins/KVMCombo.cpp | 160 +++++++++++++++--------------------
 src/plugins/KVMCombo.hpp |  16 ++--
 6 files changed, 260 insertions(+), 108 deletions(-)

-- 
2.25.1


             reply	other threads:[~2020-04-16 16:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-16 16:00 Tzvetomir Stoyanov (VMware) [this message]
2020-04-16 16:00 ` [PATCH v3 1/5] kernel-shark-2.alpha: Adjust the width of marker buttons Tzvetomir Stoyanov (VMware)
2020-04-16 16:00 ` [PATCH v3 2/5] kernel-shark-2.alpha: Use new tracecmd APIs to open guest tracing file Tzvetomir Stoyanov (VMware)
2020-04-22 13:39   ` Yordan Karadzhov (VMware)
2020-04-16 16:00 ` [PATCH v3 3/5] kernel-shark-2.alpha: Print the plugin's file name in case of loading error Tzvetomir Stoyanov (VMware)
2020-04-16 16:00 ` [PATCH v3 4/5] kernel-shark-2.alpha: Force trace-cmd.h to be used as plain C Tzvetomir Stoyanov (VMware)
2020-04-22 13:40   ` Yordan Karadzhov (VMware)
2020-04-16 16:00 ` [PATCH v3 5/5] kernel-shark-2.alpha: Restructure KVMCombo plugin to use CPU mapping information from the trace files Tzvetomir Stoyanov (VMware)
2020-04-22 14:42   ` 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=20200416160047.77118-1-tz.stoyanov@gmail.com \
    --to=tz.stoyanov@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).