[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1385995056-20158-1-git-send-email-stfomichev@yandex-team.ru>
Date: Mon, 2 Dec 2013 18:37:32 +0400
From: Stanislav Fomichev <stfomichev@...dex-team.ru>
To: linux-kernel@...r.kernel.org
Cc: a.p.zijlstra@...llo.nl, paulus@...ba.org, mingo@...hat.com,
acme@...stprotocols.net, stfomichev@...dex-team.ru,
namhyung@...nel.org, artagnon@...il.com, jolsa@...hat.com
Subject: [PATCH 0/5] perf timechart improvements part 2
This patch series has the following features:
- adds backtrace info to the CPU overview chart
- adds pid info to the figures on CPU overview chart
- we now read number of CPUs from the perf.data header (this makes CPU overview
more accurate since it shows idle cores)
- adds '-t' option to sort CPUs (on the CPU overview chart) topologically (draw
adjacent SMT threads next to each other)
- adds '-e' option to highlight long events on the CPU overview chart
Stanislav Fomichev (5):
perf timechart: add backtrace support to CPU info
perf timechart: print pid along the name
perf timechart: get number of CPUs from perf header
perf timechart: add support for topology
perf timechart: add emphasize option
tools/perf/Documentation/perf-timechart.txt | 7 ++
tools/perf/builtin-timechart.c | 79 ++++++++++++--
tools/perf/util/svghelper.c | 159 ++++++++++++++++++++++++++--
tools/perf/util/svghelper.h | 6 +-
4 files changed, 235 insertions(+), 16 deletions(-)
--
1.8.3.2
--
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