All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] This series of patches contains various independent
@ 2018-11-01 21:45 Yordan Karadzhov
  2018-11-01 21:45 ` [PATCH 1/8] kernel-shark-qt: Free all collections when closing the trace file Yordan Karadzhov
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Yordan Karadzhov @ 2018-11-01 21:45 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

Yordan Karadzhov (8):
  kernel-shark-qt: Free all collections when closing the trace file.
  kernel-shark-qt: Fix potential memory leak when searching in
    collections
  kernel-shark-qt: Put error messages always on top
  kernel-shark-qt: Fix bug when loading the Dual Marker
  kernel-shark-qt: Fix bug when loading plugins from session
  kernel-shark-qt: Fix bug when resizing the KS window for session
  kernel-shark-qt: Change the color convention of the task graphs
  kernel-shark-qt: Remove duplicate code in KsWidgetsLib.cpp

 kernel-shark-qt/examples/dataplot.cpp |  30 +++--
 kernel-shark-qt/src/KsGLWidget.cpp    |  15 ++-
 kernel-shark-qt/src/KsGLWidget.hpp    |   2 +
 kernel-shark-qt/src/KsMainWindow.cpp  |  12 +-
 kernel-shark-qt/src/KsMainWindow.hpp  |  10 +-
 kernel-shark-qt/src/KsPlotTools.cpp   | 152 ++++++++++++++++----------
 kernel-shark-qt/src/KsPlotTools.hpp   |  45 ++++++--
 kernel-shark-qt/src/KsSession.cpp     |  46 +++++---
 kernel-shark-qt/src/KsSession.hpp     |   4 +-
 kernel-shark-qt/src/KsWidgetsLib.cpp  |  28 ++---
 kernel-shark-qt/src/libkshark-model.c |   8 +-
 kernel-shark-qt/src/libkshark.c       |   7 ++
 12 files changed, 233 insertions(+), 126 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-11-03  4:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-01 21:45 [PATCH 0/8] This series of patches contains various independent Yordan Karadzhov
2018-11-01 21:45 ` [PATCH 1/8] kernel-shark-qt: Free all collections when closing the trace file Yordan Karadzhov
2018-11-01 21:45 ` [PATCH 2/8] kernel-shark-qt: Fix potential memory leak when searching in collections Yordan Karadzhov
2018-11-01 21:45 ` [PATCH 3/8] kernel-shark-qt: Put error messages always on top Yordan Karadzhov
2018-11-01 21:45 ` [PATCH 4/8] kernel-shark-qt: Fix bug when loading the Dual Marker Yordan Karadzhov
2018-11-01 21:45 ` [PATCH 5/8] kernel-shark-qt: Fix bug when loading plugins from session Yordan Karadzhov
2018-11-01 21:45 ` [PATCH 6/8] kernel-shark-qt: Fix bug when resizing the KS window for session Yordan Karadzhov
2018-11-01 21:45 ` [PATCH 7/8] kernel-shark-qt: Change the color convention of the task graphs Yordan Karadzhov
2018-11-01 21:45 ` [PATCH 8/8] kernel-shark-qt: Remove duplicate code in KsWidgetsLib.cpp Yordan Karadzhov
2018-11-02 19:16 ` [PATCH 0/8] This series of patches contains various independent Steven Rostedt

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.