From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755255Ab3LSPxY (ORCPT ); Thu, 19 Dec 2013 10:53:24 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:40905 "EHLO mail-ee0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751809Ab3LSPxU (ORCPT ); Thu, 19 Dec 2013 10:53:20 -0500 Date: Thu, 19 Dec 2013 16:53:16 +0100 From: Ingo Molnar To: Jiri Olsa Cc: Namhyung Kim , Arnaldo Carvalho de Melo , Peter Zijlstra , Paul Mackerras , Namhyung Kim , LKML , David Ahern Subject: Re: [PATCHSET 0/6] perf tools: A couple of TUI improvements Message-ID: <20131219155316.GB27508@gmail.com> References: <1387436411-20160-1-git-send-email-namhyung@kernel.org> <20131219133915.GE3568@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131219133915.GE3568@krava.brq.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jiri Olsa wrote: > On Thu, Dec 19, 2013 at 04:00:05PM +0900, Namhyung Kim wrote: > > Hello, > > > > I was playing with TUI code and added two new windows. One for > > showing log messages and another for showing header information. > > (Maybe they can be implemented on the GTK code too someday.) > > > > Please try to use it! :) > > hi, > I'm sure the 'i' header display will be appreciated! > > Any chance of searching capability in the 'l' log window? > mutt-like limit('l') command would be great ;-) A bit like how '/' works in histogram view, it will filter on partial matches as well, making it really easy to filter down to larger classes of functions (in projects that have good function name namespaces). Thanks, Ingo