On Thu, 19 Dec 2019 13:34:58 +0200 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@xxxxxxxxx> wrote: > Link libtracefs to kernel-shark and use its API: > tracefs_get_tracing_dir() > > Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> > --- > kernel-shark/CMakeLists.txt | 3 ++- > kernel-shark/build/FindTraceCmd.cmake | 30 +++++++++++++++++++++++++++ > kernel-shark/src/CMakeLists.txt | 2 ++ > kernel-shark/src/KsCaptureDialog.cpp | 4 ++-- > kernel-shark/src/libkshark.h | 1 + > 5 files changed, 37 insertions(+), 3 deletions(-) Note, I tried to build "make gui" with this and the previous patch applied, and it failed. Make sure to test the KernelShark code as well. -- Steve