This patch set combines few minor tweaks of the KernelShark build system default configurations suggested by Steven. Changes in v2: - The default location of the cached configuration is now ${HOME}.cache/kernelshark - KsMainWindow::lastSessionFile was made public, because we will used it later when loading the Last Session directly from the command line. Yordan Karadzhov (3): kernel-shark: Reorder the priority when searching for trace-cmd libs kernel-shark: Configuration information in ${HOME}/.cache/kernelshark kernel-shark: Set the configuration cache directory via env. variable Makefile | 2 +- kernel-shark/CMakeLists.txt | 13 ++++++++----- kernel-shark/build/FindTraceCmd.cmake | 16 +++++++++++++--- kernel-shark/build/deff.h.cmake | 4 ++-- kernel-shark/src/KsMainWindow.cpp | 20 +++++++++++++------- kernel-shark/src/KsMainWindow.hpp | 2 ++ 6 files changed, 39 insertions(+), 18 deletions(-) -- 2.19.1