perf symbol: Move sym_entry->skip to symbol->ignore
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 11 Mar 2011 16:36:01 +0000 (13:36 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 11 Mar 2011 16:36:01 +0000 (13:36 -0300)
commit171b3be9c42e97cd4530706654242f6a3efb6ac3
treebeea23cff2ff099e7bf3adf488c265d548a7c8f3
parent878b439dccd064d6908800fab0b47bd3c3a87ebb
perf symbol: Move sym_entry->skip to symbol->ignore

While going thru each of the sym_entry fields looking to reduce it to
the set of entries needed when in an active symbols list, 'skip' should
really be in symbol, as we set it when loading the symtab.

And the space used by the basic symbol allocation remains the same as
we had 5 bytes of padding.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-top.c
tools/perf/util/symbol.h
tools/perf/util/top.h