mbox series

[v2,0/3] Tuning the KernelShark build system

Message ID 20190313152220.22026-1-ykaradzhov@vmware.com (mailing list archive)
Headers show
Series Tuning the KernelShark build system | expand

Message

Yordan Karadzhov March 13, 2019, 3:22 p.m. UTC
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(-)