From mboxrd@z Thu Jan 1 00:00:00 1970 From: Namhyung Kim Subject: Re: Adding a recording delay interferes with symbols/call-stack Date: Thu, 2 Nov 2017 16:07:43 +0900 Message-ID: <20171102070743.GC23303@sejong> References: <20171031142537.GT7045@kernel.org> <20171031191411.GB3531@kernel.org> <20171102062052.GB23303@sejong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from LGEAMRELO11.lge.com ([156.147.23.51]:54903 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752865AbdKBHHs (ORCPT ); Thu, 2 Nov 2017 03:07:48 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: Bram Stolk Cc: Arnaldo Carvalho de Melo , linux-perf-users@vger.kernel.org, kernel-team@lge.com On Thu, Nov 02, 2017 at 12:01:24AM -0700, Bram Stolk wrote: > Thanks Namhyung, > > I tried the patch, but still no app symbols: > > perf record --delay=1000 --freq 2000 --call-graph dwarf ./bench > ... > [ perf record: Woken up 2 times to write data ] > [ perf record: Captured and wrote 0.347 MB perf.data (41 samples) ] > > perf report -g 'graph,0.25,callee' Hmmm... could you please show me whether MMAP2 events are recorded? $ perf report -D | tail Thanks, Namhyung