From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932549AbaFSLlh (ORCPT ); Thu, 19 Jun 2014 07:41:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10250 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932445AbaFSLlf (ORCPT ); Thu, 19 Jun 2014 07:41:35 -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: [PATCHv2 0/5] perf tools tui: Display columns headers Date: Thu, 19 Jun 2014 13:41:11 +0200 Message-Id: <1403178076-14072-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. v2 changes: - fixed resize/popup issues (Namhyung) - display headers by default (Namhyung) - add 'show-headers' config file option to setup the headers displaying Patches 1 and 2 are not necessary for the functionality, they are just byproducts of another early way I tried, but I think they could go in. 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 (5): perf tools: Factor ui_browser ops out of ui_browser struct perf tools: Remove ev_name argument from perf_evsel__hists_browse perf tools: Fix scrollbar refresh row index perf tools tui: Display columns header text on 'H' press perf tools: Add report.show-headers config file option tools/perf/builtin-report.c | 4 ++++ tools/perf/ui/browser.c | 39 ++++++++++++++++++------------- tools/perf/ui/browser.h | 28 +++++++++++++--------- tools/perf/ui/browsers/annotate.c | 19 ++++++++------- tools/perf/ui/browsers/header.c | 8 ++++--- tools/perf/ui/browsers/hists.c | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------ tools/perf/ui/browsers/map.c | 8 ++++--- tools/perf/ui/browsers/scripts.c | 2 +- tools/perf/ui/tui/util.c | 8 ++++--- tools/perf/util/symbol.c | 1 + tools/perf/util/symbol.h | 1 + 11 files changed, 173 insertions(+), 68 deletions(-)