Em Tue, Oct 30, 2012 at 11:56:06AM +0800, Feng Tang escreveu: > Integrate the script browser into "perf report" framework, users can > use function key 'r' or the drop down menu to list all perf scripts > and select one of them, just like they did for the annotation. > > Signed-off-by: Feng Tang <feng.t...@intel.com>
I noticed this comment on another patch: -------------------------- This initial version only enables it for 'perf report', by checking the "timer" parameter of perf_evsel__hists_browser() equals NULL. -------------------------- Yeah, one can say that if a timer is provided, we can say its 'top' and not 'report', at least as things stand now. So please add a 'is_top(void *timer)' so that we know the intent more clearly and use it to avoid showing the 'r' key when in 'top' mode, ok? - 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/