perf ui/gtk: Implement basic GTK2 annotation browser
authorNamhyung Kim <namhyung@kernel.org>
Thu, 7 Feb 2013 09:02:08 +0000 (18:02 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 14 Feb 2013 17:59:27 +0000 (14:59 -0300)
commit2b676bf068916046151277f27113f80828e33001
tree2f508debbd3bc103ed64887914d8f65f590950b6
parente3a34029c635b7dee06e51d99441578b96c7d463
perf ui/gtk: Implement basic GTK2 annotation browser

Basic implementation of perf annotate on GTK2.  Currently only
shows first symbol.  Add a new --gtk option to use it.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1360227734-375-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-annotate.txt
tools/perf/Makefile
tools/perf/builtin-annotate.c
tools/perf/ui/gtk/annotate.c [new file with mode: 0644]
tools/perf/ui/setup.c
tools/perf/util/annotate.h