[PATCH v3 10/10] perf tools: Move TUI-specific fields out of map_symbol

2015-05-05 Thread Namhyung Kim
The has_children and unfolded fields don't belong to struct map_symbol since they're used by TUI only. Move those fields out of map_symbol since the struct is also used by other places. This will also help to compact the sizeof struct hist_entry. Signed-off-by: Namhyung Kim Cc: Jiri Olsa Cc: D

Re: [PATCH v3 10/10] perf tools: Move TUI-specific fields out of map_symbol

2015-05-05 Thread Arnaldo Carvalho de Melo
Em Tue, May 05, 2015 at 11:55:46PM +0900, Namhyung Kim escreveu: > The has_children and unfolded fields don't belong to struct map_symbol > since they're used by TUI only. Move those fields out of map_symbol > since the struct is also used by other places. > > This will also help to compact the s