mbox series

[00/10] kernel-shark: Update the C++ tools for plotting

Message ID 20201209134530.428368-1-y.karadz@gmail.com (mailing list archive)
Headers show
Series kernel-shark: Update the C++ tools for plotting | expand

Message

Yordan Karadzhov Dec. 9, 2020, 1:45 p.m. UTC
Yordan Karadzhov (VMware) (10):
  kernel-shark: Integrate streams with KsPlotTools
  kernel-shark: Add getStreamColorTable()
  kernel-shark: Redefine the args of KsPlot::getColor()
  kernel-shark: Add TextBox class to KsPlot namespace
  kernel-shark: Consistent method naming in KsPlotTools
  kernel-shark: Make the label part of the graph
  kernel-shark: Remove the hard-coded Idle PID
  kernel-shark: Add class Polyline to KsPlot namespace
  kernel-shark: Add VirtBridge and VirtGap classes
  kernel-shark: Add double click interface to PlotObject

 src/CMakeLists.txt  |   4 +-
 src/KsPlotTools.cpp | 412 +++++++++++++++++++++++++++++++++++++-------
 src/KsPlotTools.hpp | 199 +++++++++++++++++----
 3 files changed, 519 insertions(+), 96 deletions(-)