mbox series

[0/4] Various modifications and fixes toward KS 1.0

Message ID 20190404145603.13592-1-ykaradzhov@vmware.com (mailing list archive)
Headers show
Series Various modifications and fixes toward KS 1.0 | expand

Message

Yordan Karadzhov April 4, 2019, 2:55 p.m. UTC
The patch-set contains 3 patches (1-3) that have been sent already,
but have been found to have various problems. The last patch is new
but it implements something that has been suggested by Steven in his
review of the previous version of patch 1/4.

Yordan Karadzhov (4):
  kernel-shark: Configuration information in ${HOME}/.cache/kernelshark
  kernel-shark: Set the configuration cache directory via env. variable
  kernel-shark: Load Last Session from command line
  kernel-shark: Configuration file directory to be created by the
    executable

 Makefile                          |  5 ++++-
 kernel-shark/CMakeLists.txt       | 11 ++++++-----
 kernel-shark/README               |  8 +++++++-
 kernel-shark/build/deff.h.cmake   |  4 ++--
 kernel-shark/src/KsMainWindow.cpp | 22 ++++++++++++++++------
 kernel-shark/src/KsMainWindow.hpp |  2 ++
 kernel-shark/src/kernelshark.cpp  |  9 ++++++++-
 7 files changed, 45 insertions(+), 16 deletions(-)