[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397673699-25824-1-git-send-email-jolsa@redhat.com>
Date: Wed, 16 Apr 2014 20:41:28 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Adrian Hunter <adrian.hunter@...el.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
David Ahern <dsahern@...il.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Ramkumar Ramachandra <artagnon@...il.com>
Subject: [GIT PULL 00/11] perf/core improvements and fixes
hi Ingo,
please consider pulling
thanks,
jirka
The following changes since commit fbdd17ec5ce2e5e4027356fcfde769b88d15702f:
Merge branch 'perf-core-for-mingo' into perf/urgent (2014-04-14 16:45:39 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git tags/perf-core-for-mingo
for you to fetch changes up to a83edb2dfc5989fbadc594109c933bae528a2809:
perf sched: Introduce --list-cmds for use by scripts (2014-04-16 17:16:05 +0200)
----------------------------------------------------------------
perf/core improvements and fixes:
User visible:
. Add --percentage option to control absolute/relative percentage output (Namhyung Kim)
Developer stuff:
. Add --list-cmds to 'kmem', 'mem', 'lock' and 'sched', for use by completion scripts (Ramkumar Ramachandra)
Signed-off-by: Jiri Olsa <jolsa@...hat.com>
----------------------------------------------------------------
Namhyung Kim (7):
perf hists: Add support for showing relative percentage
perf report: Add --percentage option
perf top: Add --percentage option
perf diff: Add --percentage option
perf tools: Add hist.percentage config option
perf ui/tui: Add 'F' hotkey to toggle percentage output
perf tools: Show absolute percentage by default
Ramkumar Ramachandra (4):
perf kmem: Introduce --list-cmds for use by scripts
perf mem: Introduce --list-cmds for use by scripts
perf lock: Introduce --list-cmds for use by scripts
perf sched: Introduce --list-cmds for use by scripts
tools/perf/Documentation/perf-diff.txt | 21 ++++++++++--
tools/perf/Documentation/perf-report.txt | 24 +++++++++----
tools/perf/Documentation/perf-top.txt | 18 ++++++++--
tools/perf/builtin-diff.c | 32 ++++++++++++-----
tools/perf/builtin-kmem.c | 8 +++--
tools/perf/builtin-lock.c | 10 +++---
tools/perf/builtin-mem.c | 15 ++++----
tools/perf/builtin-report.c | 22 ++++++++++--
tools/perf/builtin-sched.c | 10 +++---
tools/perf/builtin-top.c | 8 +++--
tools/perf/perf-completion.sh | 4 +--
tools/perf/ui/browsers/hists.c | 39 ++++++++++++++++-----
tools/perf/ui/gtk/hists.c | 11 +++---
tools/perf/ui/hist.c | 8 ++---
tools/perf/util/config.c | 4 +++
tools/perf/util/hist.c | 59 +++++++++++++++++++++++++-------
tools/perf/util/hist.h | 10 ++++++
tools/perf/util/symbol.h | 3 +-
18 files changed, 230 insertions(+), 76 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists