[PATCH 00/11] perf tools: Various fixes

From: Jiri Olsa
Date: Tue Jun 14 2016 - 14:19:28 EST


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(-)