From: Namhyung Kim Date: Wed, 22 Apr 2015 07:18:12 +0000 (+0900) Subject: perf tools: Move TUI-specific fields into unnamed union X-Git-Tag: omap-for-v4.3/legacy-v2-signed~210^2~50^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297508216556fbf4e3f70fb97d03280741b4a709;p=pandora-kernel.git 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 Acked-by: Jiri Olsa Cc: David Ahern Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1429687101-4360-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed