perf hist: Initialize hierarchy tree explicitly
authorNamhyung Kim <namhyung@kernel.org>
Tue, 13 Sep 2016 07:45:48 +0000 (16:45 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 13 Sep 2016 19:36:46 +0000 (16:36 -0300)
commitd2580c7a5b4e78bffda1e53cfd583e7a2c7383a5
treefad6ed633152a47b6eb3b0cb0c6f4234d167f48f
parent9d97b8f512a0dd41819b8e3d9cdc7a59199e1b0c
perf hist: Initialize hierarchy tree explicitly

The hroot_in and hroot_out are roots of hierarchy trees of hist entries.

But when a hist entry is initialized by copying existing template entry,
it sometimes has non-empty tree and copies it incorrectly.  This is a
problem especially when an event group is used since it creates dummy
entries from already-processed entries in other event members.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20160913074552.13284-4-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/hist.c