[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1465928361-2442-1-git-send-email-jolsa@kernel.org>
Date: Tue, 14 Jun 2016 20:19:10 +0200
From: Jiri Olsa <jolsa@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: [PATCH 00/11] perf tools: Various fixes
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(-)
Powered by blists - more mailing lists