From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753900AbaBZTUB (ORCPT ); Wed, 26 Feb 2014 14:20:01 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:42348 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752811AbaBZTT7 (ORCPT ); Wed, 26 Feb 2014 14:19:59 -0500 Message-ID: <530E3E47.8010205@gmail.com> Date: Wed, 26 Feb 2014 12:19:35 -0700 From: David Ahern User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Andy Lutomirski , Andi Kleen CC: Stephane Eranian , "Yan, Zheng" , LKML , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo Subject: Re: [PATCH v3 00/14] perf, x86: Haswell LBR call stack support References: <1392703661-15104-1-git-send-email-zheng.z.yan@intel.com> <530D53EF.9090706@amacapital.net> <20140226185513.GL22728@two.firstfloor.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/26/14, 11:59 AM, Andy Lutomirski wrote: > I wonder if anyone who uses perf for userspace profiling *ever* uses > FP and gets away with it. There's precious little userspace software > compiled with frame pointers these days on most architectures. yes and yes. With control over the entire stack we are making sure frame-pointers are enabled as much as possible. David