perf tools: Move init_have_children field to the unnamed union
authorNamhyung Kim <namhyung@kernel.org>
Wed, 22 Apr 2015 07:18:13 +0000 (16:18 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 5 May 2015 21:13:11 +0000 (18:13 -0300)
commitd8a0f80042efc4ba08977f3d66fc4678037fe456
treeecbbb77da11046c6400a719e10844e065ef8846c
parent297508216556fbf4e3f70fb97d03280741b4a709
perf tools: Move init_have_children field to the unnamed union

The init_have_children is used to init callchain info only for TUI.  So
it'd be better to move it to the TUI-specific unnamed union member.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1429687101-4360-3-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/sort.h