Re: [PATCH 3/6] perf ui/gtk: Implement basic GTK2 annotation browser

2012-12-23 Thread Namhyung Kim
Hi all, Merry Christmas! On Fri, Dec 21, 2012 at 11:51 PM, Arnaldo Carvalho de Melo wrote: > Em Fri, Dec 21, 2012 at 05:20:15PM +0900, Namhyung Kim escreveu: >> Basic implementation of perf annotate on GTK2. Currently only >> shows first symbol. > > I merged the first two patches in this series

Re: [PATCH 3/6] perf ui/gtk: Implement basic GTK2 annotation browser

2012-12-21 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 21, 2012 at 05:20:15PM +0900, Namhyung Kim escreveu: > Basic implementation of perf annotate on GTK2. Currently only > shows first symbol. I merged the first two patches in this series, but this one needs to be merged with the sixth patch, so that we can try it at this point, then you

[PATCH 3/6] perf ui/gtk: Implement basic GTK2 annotation browser

2012-12-21 Thread Namhyung Kim
Basic implementation of perf annotate on GTK2. Currently only shows first symbol. Cc: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/Makefile | 1 + tools/perf/builtin-annotate.c | 5 +- tools/perf/ui/gtk/annotate.c | 185 ++ tool