mbox series

[v2,0/3] KernelShark build fixes for v1.0

Message ID 20190614132609.16465-1-ykaradzhov@vmware.com (mailing list archive)
Headers show
Series KernelShark build fixes for v1.0 | expand

Message

Yordan Karadzhov June 14, 2019, 1:26 p.m. UTC
Patches addressing the problem of having the paths to the build
directory embedded in the final binaries. The problem was reported
by Troy Engel.

Changes in v2:
 - In FindTraceCmd.cmake : discovering the trace-cmd executable is now
 a compulsory requirement.
 - A new buld type called "Package" has been defined.

Yordan Karadzhov (3):
  kernel-shark: Remove the "-g" compiler flag.
  kernel-shark: Avoid TRACECMD_BIN_DIR being set to the build path
  kernel-shark: Define a CMAKE_BUILD_TYPE "Package"

 kernel-shark/CMakeLists.txt           | 45 ++++++++++++++++++---------
 kernel-shark/README                   | 22 +++++++++----
 kernel-shark/build/FindTraceCmd.cmake | 18 ++++++-----
 kernel-shark/build/deff.h.cmake       |  2 +-
 kernel-shark/src/KsCaptureDialog.cpp  |  7 ++---
 5 files changed, 61 insertions(+), 33 deletions(-)