Support to filter events wall-clock mode
Hi,
Would be great new feture to filter some events. This is is especially useful in wall-clock mode.
async-profiler supports it with -I and -X options.
For example:
./profiler.sh -I 'Primes.' -I 'java/' -X 'Unsafe.park' 8983
Hi!!
I think this could be implemented from java agent or from server frontend side. I think best aproach is an option to hide, from Pyroscope ui (frontend side), selected object and it's child/father stacks and rescale the flamecraph. For example in java, in Wall mode, show Unsafe.park stacks is useful in some cases (Idle thread pool) but in most cases does not provide much information. An option from ui to show/hide some stacks without modify agent options would be great.
Thanks a lot.