Community
Participate
Working Groups
Build Identifier: M20110210-1200 There is a -v option to set the verbose mode for stap when running Function Callgraph profile. But there isn't a way to run stap with -vv or -vvv options. This options set a extra verbose mode. Reproducible: Always Steps to Reproduce: 1. Right-click a c/cpp project 2. Select 'Profile as' -> 'Profile Configurations' 3. Right click 'Profile with Systemtap' and click the 'New' option 4. Go to 'SystemTap options' tab 5. There is an option for -v but there isn't an option for -vv and -vvv
Created attachment 200844 [details] Patch to fix the reported problem This patch adds a -vv and a -vvv option to the profile configurations.
I have no issues with the idea, but I think a combo box or a spinner would be best to specify the verbosity level.
Created attachment 201244 [details] Using a spinner instead of checkboxes In this patch I use sppinners instead of checkboxes for selecting the verbosity level. It was really a better idea. This patch is applying in master branch without the previous patch.
Commited as 40a1d66.
Roland, please be sure to set iplog+ to any patches from contributors that you apply. Thanks :)
(Move to fixed)