Re: [PATCH 2/6] perf gtk/hists: Add support for callchains

2013-06-04 Thread Pekka Enberg
On Tue, Jun 4, 2013 at 12:22 PM, Namhyung Kim wrote: > From: Namhyung Kim > > Display callchain information in the symbol column. It's only enabled > when recorded with -g and has symbol sort key. > > Cc: Pekka Enberg > Signed-off-by: Namhyung Kim Reviewed-by: Pekka Enberg -- To unsubscribe

[PATCH 2/6] perf gtk/hists: Add support for callchains

2013-06-04 Thread Namhyung Kim
From: Namhyung Kim Display callchain information in the symbol column. It's only enabled when recorded with -g and has symbol sort key. Cc: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/ui/gtk/hists.c | 65 +++ 1 file changed, 65 insertio