]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd14bb81ac061215048f506ceb4e567b6a8a1ee75
treebeea23cff2ff099e7bf3adf488c265d548a7c8f3
parent72e51edc604cea90f30358ac6e9bce696e9bb7c2
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