From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751483AbdGRPw0 (ORCPT ); Tue, 18 Jul 2017 11:52:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:38508 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751353AbdGRPwZ (ORCPT ); Tue, 18 Jul 2017 11:52:25 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B32A222BCC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Tue, 18 Jul 2017 12:52:21 -0300 From: Arnaldo Carvalho de Melo To: Jin Yao Cc: jolsa@kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, milian.wolff@kdab.com, Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com, yao.jin@intel.com Subject: Re: [PATCH] perf report: Enable finding the kernel inline function Message-ID: <20170718155221.GG10517@kernel.org> References: <1500409892-15904-1-git-send-email-yao.jin@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500409892-15904-1-git-send-email-yao.jin@linux.intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Jul 19, 2017 at 04:31:32AM +0800, Jin Yao escreveu: > Currently perf has supported a mode to query inline stack. It works > well for finding the user space inline function but it doesn't work > for finding kernel inline function due to some unnecessary checking. > > This patch removes these unnecessary checking. Now the kernel inline > function can be reported. > > For example, > perf report --inline -g func --stdio Thanks, applied. - Arnaldo