All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yordan Karadzhov <ykaradzhov@vmware.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org,
	Yordan Karadzhov <ykaradzhov@vmware.com>
Subject: [PATCH v2 0/4] Add dialog for loading user-defined plugins
Date: Wed, 13 Mar 2019 17:07:13 +0200	[thread overview]
Message-ID: <20190313150717.21345-1-ykaradzhov@vmware.com> (raw)

So far loading user-defined plugins was possible only from the
command line

./kernelshark -p /path/to/your/plugin-lib.so

This patch set adds the possibility to load plugins from the GUI
itself by using a dedicated dialog available in Tools

Changes in v2:
  - The dialog can now select and load multiple plugins at a time, as
suggested by Slavomir and Steven .

  - After re-initializing the list of plugins the data is reloaded.
Not reloading the data was a bug in the previous version.

Yordan Karadzhov (4):
  kernel-shark: Define addPlugins method for KsPluginManager
  kernel-shark: Add dialog for user-defined plugins to the Tools menu
  kernel-shark: Rename the manu action for managing registered plugins
  kernel-shark: Add icons for "Add plugins" and "Manage plugins"

 kernel-shark/src/KsMainWindow.cpp | 34 ++++++++++++++++++++++++++-----
 kernel-shark/src/KsMainWindow.hpp |  6 +++++-
 kernel-shark/src/KsUtils.cpp      | 23 +++++++++++++++++++++
 kernel-shark/src/KsUtils.hpp      |  3 +++
 4 files changed, 60 insertions(+), 6 deletions(-)

-- 
2.19.1


             reply	other threads:[~2019-03-13 15:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-13 15:07 Yordan Karadzhov [this message]
2019-03-13 15:07 ` [PATCH v2 1/4] kernel-shark: Define addPlugins method for KsPluginManager Yordan Karadzhov
2019-03-13 15:07 ` [PATCH v2 2/4] kernel-shark: Add dialog for user-defined plugins to the Tools menu Yordan Karadzhov
2019-03-13 15:07 ` [PATCH v2 3/4] kernel-shark: Rename the manu action for managing registered plugins Yordan Karadzhov
2019-03-15  9:49   ` Slavomir Kaslev
2019-03-13 15:07 ` [PATCH v2 4/4] kernel-shark: Add icons for "Add plugins" and "Manage plugins" 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=20190313150717.21345-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.