OSDN Git Service

perf ui/gtk: Fix callchain display
authorNamhyung Kim <namhyung@kernel.org>
Fri, 23 May 2014 09:49:33 +0000 (18:49 +0900)
committerJiri Olsa <jolsa@kernel.org>
Sun, 1 Jun 2014 12:35:09 +0000 (14:35 +0200)
commite4cf6f886f3158061fb589df9ed452f9b30f67f1
tree5057b9c9ec108742064d623d648247835850686c
parent56772ad4750e23460a4b80f7ece5377d8c922ee1
perf ui/gtk: Fix callchain display

With current output field change, GTK browser cannot display callchain
information correctly since it couldn't determine where the symbol
column is.  This is a problem - just for now I changed to use the last
column since it'll work for most cases.

Also it has a same problem of the percentage as stdio code.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Arun Sharma <asharma@fb.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/1401335910-16832-25-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/ui/gtk/hists.c