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:	Fri, 21 Dec 2012 17:20:12 +0900
From:	Namhyung Kim <namhyung@...nel.org>
To:	Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Cc:	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Paul Mackerras <paulus@...ba.org>,
	Ingo Molnar <mingo@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Pekka Enberg <penberg@...nel.org>
Subject: [PATCH 0/6] perf annotate: Add support for GTK+ annotation browser (v1)

Hi,

This patchset adds support to GTK+ annotation browser.  For now only
the first symbol gets sampled mostly per evsel will be shown.  IOW it shows 
the hottest symbol per evsel by default and you can change it by giving
the --symbol option or an argument.

Thanks,
Namhyung


Namhyung Kim (6):
  perf ui/gtk: Factor out common browser routines
  perf ui/gtk: Setup browser window early
  perf ui/gtk: Implement basic GTK2 annotation browser
  perf gtk/annotate: Support multiple annotation result
  perf gtk/annotate: Show source lines with gray color
  perf annotate: Add --gtk option

 tools/perf/Documentation/perf-annotate.txt |   4 +
 tools/perf/Makefile                        |   2 +
 tools/perf/builtin-annotate.c              |  14 +-
 tools/perf/ui/gtk/annotate.c               | 227 +++++++++++++++++++++++++++++
 tools/perf/ui/gtk/browser.c                | 227 +----------------------------
 tools/perf/ui/gtk/gtk.h                    |  10 +-
 tools/perf/ui/gtk/hists.c                  | 226 ++++++++++++++++++++++++++++
 tools/perf/util/annotate.h                 |  24 +++
 8 files changed, 509 insertions(+), 225 deletions(-)
 create mode 100644 tools/perf/ui/gtk/annotate.c
 create mode 100644 tools/perf/ui/gtk/hists.c

-- 
1.7.11.7

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