perf tools: Move TUI-specific fields into unnamed union
authorNamhyung Kim <namhyung@kernel.org>
Wed, 22 Apr 2015 07:18:12 +0000 (16:18 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 5 May 2015 21:13:10 +0000 (18:13 -0300)
commit297508216556fbf4e3f70fb97d03280741b4a709
treeafa7172bf15e3490a28dc5ef7f3ca50aec981378
parenta923e2c4b14f99f70692f82ee7bd63717604b738
perf tools: Move TUI-specific fields into unnamed union

Since perf diff only supports stdio output, TUI fields are only accessed
from perf report (or perf top).  So add a new unnamed union and move
struct hist_entry_tui and those TUI-specific fields.

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-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/sort.h