2014-04-17 (목), 15:10 +0200, Jiri Olsa: > I'm probably missing something, but what is hists->nr_non_filtered_entries > used for? I can only see it being inc/dec-ed, but not used..
Well, that's true. Firstly, I thought that it'd be used for browser->nr_entries but it couldn't due to --percent-limit. So I ended up keeping browser->nr_filtered_entries (looks like to be renamed as ->nr_non_filtered_entries) for that and update it regularly. Maybe we can just use hists->nr_non_filtered_entries as browser->nr_entries if --percent-limit is not used. 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/

