From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753017AbbAOJCQ (ORCPT ); Thu, 15 Jan 2015 04:02:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56872 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751385AbbAOJCM (ORCPT ); Thu, 15 Jan 2015 04:02:12 -0500 Date: Thu, 15 Jan 2015 09:59:06 +0100 From: Jiri Olsa To: Sukadev Bhattiprolu Cc: Arnaldo Carvalho de Melo , Michael Ellerman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Use dwfl_report_elf() instead of offline Message-ID: <20150115085906.GA23695@krava.brq.redhat.com> References: <20150114221045.GA17703@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150114221045.GA17703@us.ibm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 14, 2015 at 02:10:45PM -0800, Sukadev Bhattiprolu wrote: > > From 8e6fb4c58d0d9f4798c191d840e32084b1217cc3 Mon Sep 17 00:00:00 2001 > From: Sukadev Bhattiprolu > Date: Fri, 21 Nov 2014 20:33:53 -0500 > Subject: [PATCH 1/1] Use dwfl_report_elf() instead of offline. > > dwfl_report_offline() works only when libraries are prelinked. > > Replace dwfl_report_offline() with dwfl_report_elf() so we correctly > extract debug info even from libraries that are not prelinked. > > Reported-by: Jiri Olsa hi, this is related to the powerpc issue I was just testing right? looks like this patch is different from what I was testing.. thanks, jirka