From: Dave Martin Date: Mon, 9 Aug 2010 11:21:18 +0000 (+0100) Subject: perf symbols: Ignore mapping symbols on ARM X-Git-Tag: v2.6.36-rc1~41^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=696b97a5d2de9e2b22699300835e675dfffe8592;p=pandora-kernel.git perf symbols: Ignore mapping symbols on ARM ARM ELF files use symbols with special names $a, $t, $d to identify regions of ARM code, Thumb code and data within code sections. This can cause confusing output from the perf tools, especially for partially stripped binaries, or binaries containing user-added zero-sized symbols (which may occur in hand-written assembler which hasn't been fully annotated with .size directives). This patch filters out these symbols at load time. LKML-Reference: <1281352878-8735-2-git-send-email-dave.martin@linaro.org> Signed-off-by: Dave Martin Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed