From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753249AbbDFXfj (ORCPT ); Mon, 6 Apr 2015 19:35:39 -0400 Received: from mga09.intel.com ([134.134.136.24]:26026 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752753AbbDFXff (ORCPT ); Mon, 6 Apr 2015 19:35:35 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,534,1422950400"; d="scan'208";a="676041185" Date: Mon, 6 Apr 2015 16:35:35 -0700 From: Andi Kleen To: Anshuman Khandual Cc: Linux PPC dev , Linux Kernel Mailing List , Sukadev Bhattiprolu , Michael Ellerman , Arnaldo Carvalho de Melo Subject: Re: perf report broken for branch stack samples Message-ID: <20150406233535.GF15335@tassilo.jf.intel.com> References: <551BB43E.5070600@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <551BB43E.5070600@linux.vnet.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, Apr 01, 2015 at 02:32:54PM +0530, Anshuman Khandual wrote: > Hello, > > perf report is not showing up the branch stack sample results in the > from_symbol ---> to_symbol format even if the perf.data file has got > the samples (through 'perf record -b ' session). Perf report Sorry for the late answer. This was already fixed in tip by commit fefd2d9619de3bf0bf02a8622e9f445c3d19cc3f Author: He Kuang Date: Sun Feb 15 10:33:37 2015 +0800 perf report: Fix branch stack mode cannot be set -Andi