Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753065AbdGLWgP (ORCPT ); Wed, 12 Jul 2017 18:36:15 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:39819 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752799AbdGLWgN (ORCPT ); Wed, 12 Jul 2017 18:36:13 -0400 X-ME-Sender: X-Sasl-enc: IVBOhXUfoSKK+mgvLIMRuvWX4AW6FzloiMCrZaqexjvZ 1499898967 Date: Wed, 12 Jul 2017 15:36:05 -0700 From: Andres Freund To: Josh Poimboeuf Cc: x86@kernel.org, linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, Linus Torvalds , Andy Lutomirski , Jiri Slaby , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Mike Galbraith Subject: Re: [PATCH v3 00/10] x86: ORC unwinder (previously undwarf) Message-ID: <20170712223605.fplf4mvvs66rspxh@alap3.anarazel.de> References: <20170712214920.5droainfqjmq7sgu@alap3.anarazel.de> <20170712223225.zkq7tdb7pzgb3wy7@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170712223225.zkq7tdb7pzgb3wy7@treble> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 531 Lines: 20 Hi, On 2017-07-12 17:32:25 -0500, Josh Poimboeuf wrote: > If you want perf to be able to use ORC instead of DWARF for user space > binaries, that's not currently possible, though I don't see any > technical blockers for doing so. Perf would need to be taught to read > ORC data. Right, that's what I was hoping for. > And I think it should be possible to convert DWARF to ORC, assuming the > DWARF data is trusted. We could probably add an objtool subcommand for > that. That'd be pretty helpful. Greetings, Andres Freund