lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ