From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: Problems when using latest git tree to boot xen on OMAP5 Date: Mon, 07 Oct 2013 16:44:47 +0100 Message-ID: <5252D6EF.3040900@linaro.org> References: <936C837B-7005-4CE0-8265-7B7ACA7C78FD@gmail.com> <91879A6F-B459-4D10-A691-4A04915D82AA@gmail.com> <1381135195.21562.56.camel@kazak.uk.xensource.com> <525285B3.8010902@gmail.com> <52529404.8030909@linaro.org> <008921C2-DB5D-419E-ADCB-B771B85C4392@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <008921C2-DB5D-419E-ADCB-B771B85C4392@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Chen Baozi Cc: Ian Campbell , List Xen Developer List-Id: xen-devel@lists.xenproject.org On 10/07/2013 04:28 PM, Chen Baozi wrote: > > addr2line would lead to __raw_readl() in arch/arm/include/asm/io.h. So > it doesn't that useful. Ah right ... but __raw_readl is usually inlined so you can use objdump and find the instruction. After that, if you go a bit above you can find the caller name. -- Julien Grall