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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/