2014-04-17 (목), 15:12 +0200, Jiri Olsa: > On Thu, Apr 17, 2014 at 04:53:26PM +0900, Namhyung Kim wrote: > > The hist_browser__reset() is only called right after a filter is > > applied so it needs to update browser->nr_entries properly. We cannot > > use hists->nr_non_filtered_entries directly since it's possible that > > such entries are also filtered out by minimum percentage. > > > > In addition when a filter is used for perf top, hist browser's > > nr_entries field was not updated after applying the filter. But it > > needs to be updated as new samples are coming. > > > > Rename ->nr_pcnt_entries and hist_browser__update_pcnt_entries() to > > ->nr_filtered_entries and hist_browser__update_nr_entries() since it's > > now used for filtered entries as well. > > Could you please split out that rename into separate patch?
Will do (with browser__has_filter() change). Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

