From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751630Ab0CKXaF (ORCPT ); Thu, 11 Mar 2010 18:30:05 -0500 Received: from casper.infradead.org ([85.118.1.10]:41591 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999Ab0CKXaE (ORCPT ); Thu, 11 Mar 2010 18:30:04 -0500 Date: Thu, 11 Mar 2010 20:29:53 -0300 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Avi Kivity , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Mike Galbraith , Peter Zijlstra , Paul Mackerras , Clark Williams , Luis Claudio =?iso-8859-1?Q?R=2E_Gon=E7alves?= Subject: Re: [PATCH v2 5/5] perf report: Initial TUI using newt Message-ID: <20100311232952.GF28421@ghostprotocols.net> References: <1268349164-5822-1-git-send-email-acme@infradead.org> <1268349164-5822-5-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1268349164-5822-5-git-send-email-acme@infradead.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-08-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Mar 11, 2010 at 08:12:44PM -0300, Arnaldo Carvalho de Melo escreveu: > From: Arnaldo Carvalho de Melo > > Newt has widespread availability and provides a rather simple API as can be > seen by the size of this patch. > > The work needed to support it will benefit other frontends too. > > In this initial patch it just checks if the output is a tty, if not it falls > back to the previous behaviour, also if newt-devel/libnewt-dev is not installed > the previous behaviour is maintaned. > > Pressing enter on a symbol will annotate it, ESC in the annotation window will > return to the report symbol list. For those not so curious as to apply and try it out, here is a screenshot of it in action: http://tglx.de/~acme/perf-newt.png :-) - Arnaldo