From: Arnaldo Carvalho de Melo Date: Fri, 11 Mar 2011 16:36:01 +0000 (-0300) Subject: perf symbol: Move sym_entry->skip to symbol->ignore X-Git-Tag: v2.6.39-rc1~427^2~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=171b3be9c42e97cd4530706654242f6a3efb6ac3;p=pandora-kernel.git 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 Cc: Ingo Molnar Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed