v2 changes: - Still showing all CPU plots from the new trace file when appending [PATCH kernel-shark: Preserve open graphs when appending data]. - Setting "seq.buffer" to NULL after calling trace_seq_destroy() in [PATCH kernel-shark: Fix the checking if "trace_seq" was destroyed] - [PATCH kernel-shark: No slash at the end of KS_PLUGIN_INSTALL_PREFIX] is new. Yordan Karadzhov (VMware) (7): kernel-shark: Preserve markers when appending data kernel-shark: Preserve open graphs when appending data kernel-shark: Clear before loading new session kernel-shark: Better handling of plugins when appending data file kernel-shark: Do draw the combo point of the mark kernel-shark: Fix the checking if "trace_seq" was destroyed kernel-shark: No slash at the end of KS_PLUGIN_INSTALL_PREFIX CMakeLists.txt | 2 +- src/KsDualMarker.hpp | 6 ++++++ src/KsGLWidget.cpp | 40 ++++++++++++++++++++++++++-------------- src/KsGLWidget.hpp | 4 +++- src/KsMainWindow.cpp | 34 +++++++++++++++++++++++++++++----- src/KsPlotTools.cpp | 3 +++ src/KsSession.cpp | 1 + src/KsTraceGraph.cpp | 10 +++++++--- src/KsTraceGraph.hpp | 2 +- src/KsUtils.cpp | 4 ++-- src/libkshark-tepdata.c | 4 +++- 11 files changed, 82 insertions(+), 28 deletions(-) -- 2.27.0