From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751670AbaF0Q1R (ORCPT ); Fri, 27 Jun 2014 12:27:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23601 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751308AbaF0Q1Q (ORCPT ); Fri, 27 Jun 2014 12:27:16 -0400 From: Jiri Olsa To: linux-kernel@vger.kernel.org Cc: Arnaldo Carvalho de Melo , Corey Ashford , David Ahern , Frederic Weisbecker , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Jiri Olsa Subject: [PATCHv4 0/3] perf tools tui: Display columns headers Date: Fri, 27 Jun 2014 18:26:55 +0200 Message-Id: <1403886418-5556-1-git-send-email-jolsa@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, adding the way to display columns headers in perf TUI on 'H' press. v4 changes: - split hist_browser__refresh_dimensions change into separated patch, plus dimension update change (Arnaldo) v3 changes: - changed report.show-headers to ui.show-headers and fix default value setting for it (Namhyung) - ommited v2 patch 1 - v2 patches 2 and 3 already in v2 changes: - fixed resize/popup issues (Namhyung) - display headers by default (Namhyung) - add 'show-headers' config file option to setup the headers displaying Also reachable in here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/core_headers thanks, jirka Cc: Arnaldo Carvalho de Melo Cc: Corey Ashford Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Signed-off-by: Jiri Olsa --- Jiri Olsa (3): perf tools tui: Remove width setting from hist_browser__refresh_dimensions perf tools tui: Display columns header text on 'H' press perf tools: Add ui.show-headers config file option tools/perf/ui/browsers/hists.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/perf/util/config.c | 13 +++++++++++++ tools/perf/util/symbol.c | 1 + tools/perf/util/symbol.h | 3 ++- 4 files changed, 93 insertions(+), 4 deletions(-)