Em Tue, Aug 12, 2014 at 11:47:07PM -0600, David Ahern escreveu: > On 8/12/14, 10:52 PM, Namhyung Kim wrote: > > >Are you sure? I don't recall seeing any big change in this area so I > >guess the problem existed since long time ago. In fact I couldn't find > >a logic to zero/clear out existing hist entries in a hists.. > > Just gave a quick try. v3.4 fails; v3.1 works.
I would say it was this one, without bisecting: -------------------------------------------------------------------------------- commit ab81f3fd350c510730adb1ca40ef55c2b2952121 Author: Arnaldo Carvalho de Melo <a...@redhat.com> Date: Wed Oct 5 19:16:15 2011 -0300 perf top: Reuse the 'report' hist_entry/hists classes This actually fixes several problems we had in the old 'perf top': 1. Unresolved symbols not show, limitation that came from the old "KernelTop" codebase, to solve it we would need to do changes that would make sym_entry have most of the hist_entry fields. 2. It was using the number of samples, not the sum of sample->period. And brings the --sort code that allows us to have all the views in 'perf report', for instance: <SNIP> -------------------------------------------------------------------------------- It ended up only honouring the zeroing logic for the annotation stuff. Anyway, reviewing Namhyung proposed fix now. - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/