[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1458823940-24583-1-git-send-email-jolsa@kernel.org>
Date: Thu, 24 Mar 2016 13:52:14 +0100
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>,
Stephane Eranian <eranian@...gle.com>,
Andi Kleen <ak@...ux.intel.com>
Subject: [PATCH 0/6][perf/core] perf tools: Fixes
hi,
sending assorted fixes and leftover from previous mem patchset.
Also available in here:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
perf/fixes
thanks,
jirka
---
Jiri Olsa (6):
perf mem: Add --ldlat option
perf mem: Add -U/-K (--all-user/--all-kernel) options
perf tools: Make hists__collapse_insert_entry static
perf tools: Introduce trim function
perf tools: Unify -f/--force option documentation
perf tests: Add test to check for event times
tools/perf/Documentation/perf-annotate.txt | 2 +-
tools/perf/Documentation/perf-diff.txt | 2 +-
tools/perf/Documentation/perf-mem.txt | 11 +++++
tools/perf/Documentation/perf-report.txt | 2 +-
tools/perf/Documentation/perf-script.txt | 4 ++
tools/perf/builtin-mem.c | 12 ++++-
tools/perf/tests/Build | 1 +
tools/perf/tests/builtin-test.c | 4 ++
tools/perf/tests/event-times.c | 236 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tools/perf/tests/tests.h | 1 +
tools/perf/ui/browsers/hists.c | 3 +-
tools/perf/ui/stdio/hist.c | 3 +-
tools/perf/util/hist.c | 5 +-
tools/perf/util/hist.h | 2 -
tools/perf/util/mem-events.c | 17 ++++++-
tools/perf/util/mem-events.h | 1 +
tools/perf/util/util.h | 5 ++
17 files changed, 298 insertions(+), 13 deletions(-)
create mode 100644 tools/perf/tests/event-times.c
Powered by blists - more mailing lists