On Thu, 19 Dec 2019 22:37:37 -0500 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > 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. > Ignore this comment. It's obviously bogus as this is for kernel-shark itself :-) The patch didn't apply properly (due to updates I applied) and didn't notice that it applied with fuzz that caused the failure. -- Steve