From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756591AbaF3SHu (ORCPT ); Mon, 30 Jun 2014 14:07:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14293 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754520AbaF3SHs (ORCPT ); Mon, 30 Jun 2014 14:07:48 -0400 Date: Mon, 30 Jun 2014 20:07:31 +0200 From: Jiri Olsa To: Namhyung Kim Cc: Jiri Olsa , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Corey Ashford , David Ahern , Frederic Weisbecker , Ingo Molnar , Paul Mackerras , Peter Zijlstra Subject: Re: [PATCH 3/3] perf tools: Add ui.show-headers config file option Message-ID: <20140630180731.GF1236@krava.redhat.com> References: <1403886418-5556-1-git-send-email-jolsa@kernel.org> <1403886418-5556-4-git-send-email-jolsa@kernel.org> <1404126804.1648.12.camel@leonhard> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1404126804.1648.12.camel@leonhard> 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 On Mon, Jun 30, 2014 at 08:13:24PM +0900, Namhyung Kim wrote: > Hi Jiri, > > 2014-06-27 (금), 18:26 +0200, Jiri Olsa: > > Adding report.show-headers config file option to setup > > the appearance of the columns headers. > > > > Currently columns headers are displayed by default, following > > lines in ~/.perfconfig file will disable that: > > > > [ui] > > show-headers = true > > s/true/false/ :) ouch ;-) > > I'm afraid that we might need to add some code to show/hide column > headers for stdio and GTK too.. > > > > > > Cc: Arnaldo Carvalho de Melo > > Cc: Corey Ashford > > Cc: David Ahern > > Cc: Frederic Weisbecker > > Cc: Ingo Molnar > > Cc: Paul Mackerras > > Cc: Peter Zijlstra > > Signed-off-by: Jiri Olsa > > Anyway, with above typo fixed, patches look good! > > Acked-by: Namhyung Kim thanks, jirka