Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752580AbdFOMN7 (ORCPT ); Thu, 15 Jun 2017 08:13:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35796 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752425AbdFOMN6 (ORCPT ); Thu, 15 Jun 2017 08:13:58 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 9226B3D963 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jolsa@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 9226B3D963 Date: Thu, 15 Jun 2017 14:13:55 +0200 From: Jiri Olsa To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, acme@kernel.org, "Naveen N. Rao" , Ravi Bangoria , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v2] perf: libdw support for powerpc Message-ID: <20170615121355.GE24413@krava> References: <1496312681-20133-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496312681-20133-1-git-send-email-pbonzini@redhat.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 15 Jun 2017 12:13:57 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 970 Lines: 24 On Thu, Jun 01, 2017 at 12:24:41PM +0200, Paolo Bonzini wrote: > Porting PPC to libdw only needs an architecture-specific hook to move > the register state from perf to libdw. > > The ARM and x86 architectures already use libdw, and it is useful to > have as much common code for the unwinder as possible. Mark Wielaard > has contributed a frame-based unwinder to libdw, so that unwinding works > even for binaries that do not have CFI information. In addition, > libunwind is always preferred to libdw by the build machinery so this > cannot introduce regressions on machines that have both libunwind and > libdw installed. > > Cc: acme@kernel.org > Cc: Naveen N. Rao > Cc: Ravi Bangoria > Cc: linuxppc-dev@lists.ozlabs.org > Signed-off-by: Paolo Bonzini looks good and got possitive feedback from our QE testing this Acked-by: Jiri Olsa thanks, jirka