From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752954AbcFNST0 (ORCPT ); Tue, 14 Jun 2016 14:19:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60210 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbcFNSTZ (ORCPT ); Tue, 14 Jun 2016 14:19:25 -0400 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra Subject: [PATCH 00/11] perf tools: Various fixes Date: Tue, 14 Jun 2016 20:19:10 +0200 Message-Id: <1465928361-2442-1-git-send-email-jolsa@kernel.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 14 Jun 2016 18:19:24 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, got bunch of generic enough fixes to submit separately. Available also in: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/fixes thanks, jirka --- Jiri Olsa (11): perf mem: Add --ldlat option perf tools: Fix Data Object sort entry width index perf tools tui: Separate hierarchy and standard headers output perf tools stdio: Separate headers output perf tools stdio: Separate hierarchy headers output perf tools stdio: Separate standard headers output perf tools stdio: Do not pass hists in hist_entry__fprintf perf tools stdio: Add use_callchain parameter to hists__fprintf perf tools: Replace perf_evsel arg perf_hpp_fmt's header callback perf tools: Replace perf_evsel arg perf_hpp_fmt's width callback perf tools: Rename __hists__add_entry to hists__add_entry tools/perf/Documentation/perf-mem.txt | 3 ++ tools/perf/builtin-annotate.c | 2 +- tools/perf/builtin-diff.c | 19 ++++-------- tools/perf/builtin-mem.c | 1 + tools/perf/builtin-report.c | 3 +- tools/perf/builtin-top.c | 2 +- tools/perf/tests/hists_link.c | 4 +-- tools/perf/ui/browsers/hists.c | 39 ++++++++++++++++++------- tools/perf/ui/gtk/hists.c | 2 +- tools/perf/ui/hist.c | 11 +++---- tools/perf/ui/stdio/hist.c | 133 +++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------- tools/perf/util/hist.c | 36 +++++++++++------------ tools/perf/util/hist.h | 21 +++++++------- tools/perf/util/mem-events.c | 17 ++++++++++- tools/perf/util/mem-events.h | 1 + tools/perf/util/sort.c | 14 ++++----- 16 files changed, 181 insertions(+), 127 deletions(-)