]> git.baikalelectronics.ru Git - kernel.git/commit
perf hists browser: Pass parent_total to callchain print functions
authorNamhyung Kim <namhyung@kernel.org>
Wed, 27 Jan 2016 15:40:55 +0000 (00:40 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Feb 2016 20:45:42 +0000 (17:45 -0300)
commite11782eed1740588be4b6f99d7686f8cf9048bf8
tree6711ad174f7ca7fce5dbf2b10007e99392ca6aae
parent1b42b5a9e7c80d84ab2e6f206086a731bedc561c
perf hists browser: Pass parent_total to callchain print functions

Pass parent node's total period to callchain print functions.  This info
is needed by later patch to determine whether it can omit percent or not
correctly.

No functional change intended.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1453909257-26015-9-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/hists.c