The patch-set implements new commandline options for KernelShark that can be used to pre-select the CPU and Task plots to be shown, before opening the GUI. The idea was suggested by Julia Lawall. Yordan Karadzhov (VMware) (2): kernel-shark: Add methods for selecting the plots to be shown kernel-shark: Add command line options for selecting plots to be shown kernel-shark/src/KsGLWidget.cpp | 6 ++--- kernel-shark/src/KsMainWindow.cpp | 39 +++++++++++++++++++++++++++++++ kernel-shark/src/KsMainWindow.hpp | 4 ++++ kernel-shark/src/KsUtils.cpp | 24 +++++++++++++++++++ kernel-shark/src/KsUtils.hpp | 2 ++ kernel-shark/src/kernelshark.cpp | 32 ++++++++++++++++++++++--- 6 files changed, 101 insertions(+), 6 deletions(-) -- 2.20.1