linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yordan Karadzhov <ykaradzhov@vmware.com>
To: "rostedt@goodmis.org" <rostedt@goodmis.org>
Cc: "linux-trace-devel@vger.kernel.org" <linux-trace-devel@vger.kernel.org>
Subject: [PATCH 0/2] Improve/debug the searching logic
Date: Fri, 4 Jan 2019 20:06:19 +0000	[thread overview]
Message-ID: <20190104200559.24471-1-ykaradzhov@vmware.com> (raw)

Two patches aiming to resolve the known issues in the searching
inside the trace data.

Yordan Karadzhov (2):
  kernel-shark-qt: Avoid race condition when reading data
  kernel-shark-qt: Implement State machine for searching in the data

 kernel-shark-qt/src/CMakeLists.txt         |   2 +
 kernel-shark-qt/src/KsModels.cpp           |  70 ++++--
 kernel-shark-qt/src/KsModels.hpp           |  39 ++--
 kernel-shark-qt/src/KsSearchFSM.cpp        | 232 ++++++++++++++++++++
 kernel-shark-qt/src/KsSearchFSM.hpp        | 209 ++++++++++++++++++
 kernel-shark-qt/src/KsTraceViewer.cpp      | 241 +++++++--------------
 kernel-shark-qt/src/KsTraceViewer.hpp      |  32 ++-
 kernel-shark-qt/src/libkshark.c            |  74 ++++---
 kernel-shark-qt/src/libkshark.h            |   3 -
 kernel-shark-qt/src/plugins/sched_events.c |   6 +-
 10 files changed, 650 insertions(+), 258 deletions(-)
 create mode 100644 kernel-shark-qt/src/KsSearchFSM.cpp
 create mode 100644 kernel-shark-qt/src/KsSearchFSM.hpp

-- 
2.17.1

             reply	other threads:[~2019-01-04 20:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-04 20:06 Yordan Karadzhov [this message]
2019-01-04 20:06 ` [PATCH 1/2] kernel-shark-qt: Avoid race condition when reading data Yordan Karadzhov
2019-01-04 20:06 ` [PATCH 2/2] kernel-shark-qt: Implement State machine for searching in the data Yordan Karadzhov

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=20190104200559.24471-1-ykaradzhov@vmware.com \
    --to=ykaradzhov@vmware.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).