linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] perf annotate: Add support for GTK+ annotation browser (v1)
@ 2012-12-21  8:20 Namhyung Kim
  2012-12-21  8:20 ` [PATCH 1/6] perf ui/gtk: Factor out common browser routines Namhyung Kim
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Namhyung Kim @ 2012-12-21  8:20 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Peter Zijlstra, Paul Mackerras, Ingo Molnar, LKML, Pekka Enberg

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-01-25 11:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21  8:20 [PATCH 0/6] perf annotate: Add support for GTK+ annotation browser (v1) Namhyung Kim
2012-12-21  8:20 ` [PATCH 1/6] perf ui/gtk: Factor out common browser routines Namhyung Kim
2013-01-25 11:23   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-21  8:20 ` [PATCH 2/6] perf ui/gtk: Setup browser window early Namhyung Kim
2013-01-25 11:24   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-21  8:20 ` [PATCH 3/6] perf ui/gtk: Implement basic GTK2 annotation browser Namhyung Kim
2012-12-21 14:51   ` Arnaldo Carvalho de Melo
2012-12-24  5:55     ` Namhyung Kim
2012-12-21  8:20 ` [PATCH 4/6] perf gtk/annotate: Support multiple annotation result Namhyung Kim
2012-12-21  8:20 ` [PATCH 5/6] perf gtk/annotate: Show source lines with gray color Namhyung Kim
2012-12-21  8:20 ` [PATCH 6/6] perf annotate: Add --gtk option Namhyung Kim
2012-12-21  8:32   ` Borislav Petkov
2012-12-21  9:16     ` Namhyung Kim
2012-12-21 15:44       ` Borislav Petkov
2012-12-24  6:04         ` Namhyung Kim
2012-12-24 13:18           ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).