From: Namhyung Kim <namhyung@kernel.org>
To: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>,
Paul Mackerras <paulus@samba.org>, Ingo Molnar <mingo@kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
Pekka Enberg <penberg@kernel.org>,
Andi Kleen <andi@firstfloor.org>, Borislav Petkov <bp@alien8.de>,
Jiri Olsa <jolsa@redhat.com>, Namhyung Kim <namhyung.kim@lge.com>
Subject: [PATCH 0/7] perf annotate: Add support for GTK+ annotation browser (v2)
Date: Thu, 7 Feb 2013 18:02:07 +0900 [thread overview]
Message-ID: <1360227734-375-1-git-send-email-namhyung@kernel.org> (raw)
Hi,
This patchset adds support to GTK+ annotation browser. For now only
the most frequently sampled symbol per evsel will be shown. IOW it
shows the hottest symbol per event by default and you can change it by
giving the --symbol option or an argument.
The patch 4 and 5 are somewhat independent so that they can be merged
separately.
You can also get it from my perf/annotate-gtk-v2 branch on
git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
Any comments are welcome, thanks,
Namhyung
v2 changes:
* patch 1 and 2 in the previous patchset are merged already
* squash the last (add --gtk option) patch into the patch 1 (Arnaldo)
* make --gtk option does not fallback to stdio for a piped stdout (Borislav)
Namhyung Kim (7):
perf ui/gtk: Implement basic GTK2 annotation browser
perf gtk/annotate: Support multiple event annotation
perf gtk/annotate: Show source lines with gray color
perf buildid-cache: Add --update option
perf annotate: Fix warning message on a missing vmlinux
perf gtk/annotate: Fail early if it can't annotate
perf annotate: Make it to be able to skip unannotatable symbols
tools/perf/Documentation/perf-annotate.txt | 4 +-
tools/perf/Documentation/perf-buildid-cache.txt | 4 +
tools/perf/Makefile | 1 +
tools/perf/builtin-annotate.c | 27 ++-
tools/perf/builtin-buildid-cache.c | 50 +++++-
tools/perf/ui/gtk/annotate.c | 229 ++++++++++++++++++++++++
tools/perf/ui/gtk/gtk.h | 1 +
tools/perf/ui/setup.c | 2 +-
tools/perf/util/annotate.c | 2 +-
tools/perf/util/annotate.h | 24 +++
10 files changed, 338 insertions(+), 6 deletions(-)
create mode 100644 tools/perf/ui/gtk/annotate.c
--
1.7.11.7
next reply other threads:[~2013-02-07 9:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 9:02 Namhyung Kim [this message]
2013-02-07 9:02 ` [PATCH 1/7] perf ui/gtk: Implement basic GTK2 annotation browser Namhyung Kim
2013-02-15 16:32 ` [tip:perf/core] " tip-bot for Namhyung Kim
2013-02-07 9:02 ` [PATCH 2/7] perf gtk/annotate: Support multiple event annotation Namhyung Kim
2013-02-15 16:33 ` [tip:perf/core] " tip-bot for Namhyung Kim
2013-02-07 9:02 ` [PATCH 3/7] perf gtk/annotate: Show source lines with gray color Namhyung Kim
2013-02-15 16:34 ` [tip:perf/core] " tip-bot for Namhyung Kim
2013-02-07 9:02 ` [PATCH 4/7] perf buildid-cache: Add --update option Namhyung Kim
2013-02-15 16:29 ` [tip:perf/core] " tip-bot for Namhyung Kim
2013-02-07 9:02 ` [PATCH 5/7] perf annotate: Fix warning message on a missing vmlinux Namhyung Kim
2013-02-15 16:30 ` [tip:perf/core] " tip-bot for Namhyung Kim
2013-02-07 9:02 ` [PATCH 6/7] perf gtk/annotate: Fail early if it can't annotate Namhyung Kim
2013-02-15 16:35 ` [tip:perf/core] perf gtk/annotate: Fail early if it can' t annotate tip-bot for Namhyung Kim
2013-02-07 9:02 ` [PATCH 7/7] perf annotate: Make it to be able to skip unannotatable symbols Namhyung Kim
2013-02-05 1:12 ` Arnaldo Carvalho de Melo
2013-02-08 7:09 ` Namhyung Kim
2013-02-15 16:36 ` [tip:perf/core] " tip-bot for Namhyung Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1360227734-375-1-git-send-email-namhyung@kernel.org \
--to=namhyung@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=acme@ghostprotocols.net \
--cc=andi@firstfloor.org \
--cc=bp@alien8.de \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=namhyung.kim@lge.com \
--cc=paulus@samba.org \
--cc=penberg@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.