Re: [PATCH V3 1/2] perf symbols: Ignore mapping symbols on aarch64

2015-01-28 Thread Namhyung Kim
On Mon, Jan 26, 2015 at 10:34:01PM -0800, Victor Kamensky wrote: > Aarch64 ELF files use mapping symbols with special names $x, $d > to identify regions of Aarch64 code (see Aarch64 ELF ABI - "ARM > IHI 0056B", section "4.5.4 Mapping symbols"). > > The patch filters out these symbols at load time,

[PATCH V3 1/2] perf symbols: Ignore mapping symbols on aarch64

2015-01-26 Thread Victor Kamensky
Aarch64 ELF files use mapping symbols with special names $x, $d to identify regions of Aarch64 code (see Aarch64 ELF ABI - "ARM IHI 0056B", section "4.5.4 Mapping symbols"). The patch filters out these symbols at load time, similar to "696b97a perf symbols: Ignore mapping symbols on ARM" changes d