[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181023040356.GA6218@tassilo.jf.intel.com>
Date: Mon, 22 Oct 2018 21:03:56 -0700
From: Andi Kleen <ak@...ux.intel.com>
To: Milian Wolff <milian.wolff@...b.com>
Cc: linux-kernel@...r.kernel.org, Jiri Olsa <jolsa@...nel.org>,
namhyung@...nel.org, linux-perf-users@...r.kernel.org,
Arnaldo Carvalho <acme@...nel.org>
Subject: Re: Broken dwarf unwinding - wrong stack pointer register value?
> So what if my libm wasn't compiled with -fasynchronous-unwind-tables? We
It's default (64bit since always and 32bit now too) Unless someone disabled it.
However libm might be partially written in assembler and hand written assembler
often has problems with unwind tables because the programmer has to get them
correct explicitely.
-Andi
Powered by blists - more mailing lists