Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756677AbbLARVr (ORCPT ); Tue, 1 Dec 2015 12:21:47 -0500 Received: from casper.infradead.org ([85.118.1.10]:59383 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756414AbbLARVo (ORCPT ); Tue, 1 Dec 2015 12:21:44 -0500 Date: Tue, 1 Dec 2015 18:21:36 +0100 From: Peter Zijlstra To: Ingo Molnar Cc: "Wangnan (F)" , Jiri Olsa , Arnaldo Carvalho de Melo , David Ahern , Milian Wolff , linux-kernel@vger.kernel.org, pi3orama , lizefan 00213767 Subject: Re: [BUG REPORT] perf tools: x86_64: Broken calllchain when sampling taken at 'callq' instruction Message-ID: <20151201172136.GP3816@twins.programming.kicks-ass.net> References: <564C3BAA.4040806@huawei.com> <20151119063709.GA14852@gmail.com> <564D6FF9.3030105@huawei.com> <20151119102300.GA2830@gmail.com> <20151119112315.GL3816@twins.programming.kicks-ass.net> <20151127083811.GA26257@gmail.com> <20151130092843.GF17308@twins.programming.kicks-ass.net> <20151201072826.GB28270@gmail.com> <20151201083845.GI3816@twins.programming.kicks-ass.net> <20151201161125.GA2441@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151201161125.GA2441@gmail.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1567 Lines: 36 On Tue, Dec 01, 2015 at 05:11:25PM +0100, Ingo Molnar wrote: > > * Peter Zijlstra wrote: > > > > so I think the problem here is that the RSP does not match up to the RIP. We > > > can either pass along the original RIP+RSP, or the fixed up one - but what we > > > do currently is that we pass along only half of it - which corrupts dwarf > > > unwinding state that doesn't tolerate such errors. > > > > Still not sure what that gets you. Then you get a sample at a known wrong > > location, why would you want that? > > Well, we'd at least get a valid call trace - which the 'mixed' one isn't? I.e. > this only matters with --call-graph. > > But yeah, with my suggestion we'd essentially fall back from cycles:pp to > cycles:p, ideally we'd want to have real_rsp. Does the hardware provide that? No, no real_rsp. > User-space cannot compute that reliably I think, what if the 'real' instruction > was manipulating RSP in more complex ways than doing a CALL? I'm not really too aware of these asm details :/ Jiri, what is in PERF_SAMPLE_REGS_USER.IP ? from a quick reading that is whatever is returned from task_pt_regs(current), not the perf_data.regs.ip field which contains the corrected IP. Should the uwinder then not use PERF_SAMPLE_REGS_USER.{IP,SP} for a consistent unwind? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/