From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751316AbaF3LNd (ORCPT ); Mon, 30 Jun 2014 07:13:33 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:62456 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751017AbaF3LNc (ORCPT ); Mon, 30 Jun 2014 07:13:32 -0400 Subject: Re: [PATCH 3/3] perf tools: Add ui.show-headers config file option From: Namhyung Kim To: Jiri Olsa Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Corey Ashford , David Ahern , Frederic Weisbecker , Ingo Molnar , Paul Mackerras , Peter Zijlstra In-Reply-To: <1403886418-5556-4-git-send-email-jolsa@kernel.org> References: <1403886418-5556-1-git-send-email-jolsa@kernel.org> <1403886418-5556-4-git-send-email-jolsa@kernel.org> Content-Type: text/plain; charset="UTF-8" Date: Mon, 30 Jun 2014 20:13:24 +0900 Message-ID: <1404126804.1648.12.camel@leonhard> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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/ :) 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, Namhyung