Namhyung Kim
72f72ed21e
perf hists browser: Fix callchain print bug on TUI
...
Currently perf report -g graph option doesn't work as expected and
always work as same as -g fractal. This was a bug during recent
callchain print code cleanup.
Before:
$ perf report -g graph
Children Self Command Shared Object Symbol
================================================================
- 56.19% 35.41% sleep [kernel.kallsyms] [k] page_fault
- page_fault
+ 63.02% _dl_relocate_object
+ 36.98% clear_user
After:
Children Self Command Shared Object Symbol
================================================================
- 56.19% 35.41% sleep [kernel.kallsyms] [k] page_fault
- page_fault
+ 35.41% _dl_relocate_object
+ 20.78% clear_user
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Milian Wolff <mail@milianw.de>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1411434104-5307-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2014-09-26 12:38:02 -03:00
..
2014-09-26 12:38:02 -03:00
2014-08-12 12:03:07 -03:00
2014-08-12 12:03:06 -03:00
2013-12-26 11:22:01 -03:00
2014-07-07 12:36:54 -03:00
2014-07-07 12:36:54 -03:00
2012-12-09 08:46:04 -03:00
2012-12-09 08:46:04 -03:00
2014-08-24 08:11:19 -03:00
2013-02-06 18:09:24 -03:00
2012-04-11 17:16:40 -03:00
2013-10-23 15:40:38 -03:00
2014-05-01 21:22:39 +02:00
2014-05-21 11:45:35 +02:00
2013-10-09 15:55:25 -03:00
2013-01-24 16:40:09 -03:00
2012-06-19 13:06:18 -03:00