From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752499AbbFYNsT (ORCPT ); Thu, 25 Jun 2015 09:48:19 -0400 Received: from mail.kernel.org ([198.145.29.136]:58566 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105AbbFYNsK (ORCPT ); Thu, 25 Jun 2015 09:48:10 -0400 Date: Thu, 25 Jun 2015 10:48:06 -0300 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Andi Kleen , David Ahern , He Kuang , Jiri Olsa , linuxppc-dev@lists.ozlabs.org, Lukas Wunner , Madhavan Srinivasan , Masami Hiramatsu , Michael Ellerman , Namhyung Kim , Peter Zijlstra , Stephane Eranian , Sukadev Bhattiprolu , Wang Nan Subject: Re: [GIT PULL 00/13] perf/core improvements and fixes Message-ID: <20150625134806.GC3253@kernel.org> References: <1435096047-32088-1-git-send-email-acme@kernel.org> <20150625073141.GA12795@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150625073141.GA12795@gmail.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Jun 25, 2015 at 09:31:41AM +0200, Ingo Molnar escreveu: > Pulled, thanks a lot Arnaldo! > > Btw., one small thing I noticed about the status line in perf top: if I ever use > 'f' to freeze/unfreeze events, the following message: > > Press 'f' to disable the events or 'h' to see other hotkeys > > sticks around forever, even after I look into annotation and exit it, etc. > So I don't mind some default, helpful message there (such as 'Press 'h' to see > hotkeys'), but it appears this particular message is context and usage sensitive, > which wasn't really the goal, right? Agreed, some more work is needed to change that message in more places, will do it eventually. - Arnaldo