KDAB / hotspot

The Linux perf GUI for performance analysis.
4.09k stars 252 forks source link

caller/callee: optional "extended" search #666

Open GitMensch opened 3 months ago

GitMensch commented 3 months ago

Is your feature request related to a problem? Please describe. Commonly I need to inspect the cost for multiple symbols.

Describe the solution you'd like Allow the search to be "extended", for example when starting with a "+" then have the following word be an additional search like +symba +BSYM / symba||BSYM or even regex (possibly also triggered by a leading character that is unexpected to occur symbols like %l.

Describe alternatives you've considered The current option is only to either filter the uninteresting symbols out (getting to the same result an extended/regex search would provide), or using the search multiple times and inspect each time separately.