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
..
2013-01-08 10:00:44 -08:00
2012-12-02 20:10:18 +01:00
2014-07-09 14:21:26 -07:00
2014-05-05 17:49:07 +02:00
2013-07-15 11:18:32 +09:30
2014-09-25 16:46:55 -03:00
2014-05-16 16:44:08 -04:00
2011-11-07 21:10:47 -05:00
2014-09-26 12:38:02 -03:00
2014-08-16 09:25:34 -06:00
2013-12-19 16:18:10 -03:00
2014-08-29 16:28:17 -07:00
2014-07-01 22:00:51 +08:00
2014-07-23 10:16:38 -07:00
2014-08-25 10:38:56 -07:00
2014-05-01 21:22:39 +02:00
2014-06-04 16:53:51 -07:00
2014-05-08 13:34:45 -04:00