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. Changes is v2: - Fixing a bug in the parsing of the string representing the list of IDs, given to the command line options. - New Patch 3/3 that limits the number of CPU plots shown by default when KernelShark starts. Yordan Karadzhov (VMware) (3): 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: Set a maximum number of plots to be shown by default kernel-shark/src/KsGLWidget.cpp | 13 +++++++++-- 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 | 34 ++++++++++++++++++++++++--- 6 files changed, 111 insertions(+), 5 deletions(-) -- 2.20.1