Re: [RFC/PATCHSET 00/17] perf tools: Add support for hierachy view (v2)

From: Andi Kleen
Date: Tue Jan 19 2016 - 17:12:20 EST


> > Now we only need a better percent-limit that handles all
> > leaves correctly...
>
> Hmm.. could you tell me where the percent-limit doesn't work
> correctly?

It doesn't work well together with call chains.

It only considers the hits on the leaf function, but doesn't hide
the individual call chains leading to that function which are below
the limit.

So if you have a lot of different cold callers you still end up
with far too much output.

Also would be nice to be able to set it dynamically from the UI.

-Andi

--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.