From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752858AbcDZTHc (ORCPT ); Tue, 26 Apr 2016 15:07:32 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:57264 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750843AbcDZTHb (ORCPT ); Tue, 26 Apr 2016 15:07:31 -0400 Date: Tue, 26 Apr 2016 21:07:24 +0200 From: Peter Zijlstra To: Arnaldo Carvalho de Melo Cc: Alexei Starovoitov , Stephane Eranian , David Ahern , Milian Wolff , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Ingo Molnar , Namhyung Kim , Linux Kernel Mailing List Subject: Re: LBR callchains from tracepoints Message-ID: <20160426190724.GN3430@twins.programming.kicks-ass.net> References: <57157965.4020506@gmail.com> <1704384.MQzPvE4Oa5@milian-kdab2> <20160426010358.GD16708@kernel.org> <20160426012431.GE16708@kernel.org> <20160426163828.GA3448@twins.programming.kicks-ass.net> <20160426172629.GA42777@ast-mbp.thefacebook.com> <20160426182032.GJ11033@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160426182032.GJ11033@kernel.org> 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 On Tue, Apr 26, 2016 at 03:20:32PM -0300, Arnaldo Carvalho de Melo wrote: > Yeah, and that already works in perf, its just that it doesn't work from some > points (PERF_TYPE_SOFTWARE, PERF_TYPE_TRACEPOINT, etc), as described in the > changeset I mentioned. Look at it the other way around, it _only_ works for intel cpu events, _nothing_ else. There is only a single PMU that supports LBR callgraph thingies, all the others do not.