From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CEE34C48BE6 for ; Wed, 16 Jun 2021 18:08:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF389613DB for ; Wed, 16 Jun 2021 18:08:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231574AbhFPSKZ (ORCPT ); Wed, 16 Jun 2021 14:10:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:57600 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230152AbhFPSKV (ORCPT ); Wed, 16 Jun 2021 14:10:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D774C613DA; Wed, 16 Jun 2021 18:08:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623866895; bh=xeQF3lt1IwcjtNTtkNbhGzWG1wVuWmJHINFemNC2ghQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tmKRg38mAI81TW3NiCVzZb3r0/oR8HSjz833VQxeU/63DtP7Nfq2F/XDEeigvrhPn iMdg5G7pW11EOE7t8/yg4cxwoKCURT6VBI7cUddyPKXXZFILCPmgDO5jSp3ASyB+8G vFs+DmYKxoaiwdfdoAP/7WYHX5pYB5D4fbdAgvQn1ScZsbNtuLbRfECvJ1IlnUrKHS TY8lCKlovZIxr8NFFd1H7ZsiMAGwWXXn/QKeKZ3m/ghbheMdnkHFRkNiZdqr4nQ0Rx m+dZbDBQQXjQ6bUYFy2ICEFqXbrXyxphHPZq2wqyD/8gXrUTsqomQdBzUeSLnw8/qO WSLFemCgvQN9g== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 416C440B1A; Wed, 16 Jun 2021 15:08:12 -0300 (-03) Date: Wed, 16 Jun 2021 15:08:12 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: Yang Jihong , peterz@infradead.org, mingo@redhat.com, mark.rutland@arm.com, alexander.shishkin@linux.intel.com, jolsa@redhat.com, namhyung@kernel.org, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] perf annotate: Add itrace options support Message-ID: References: <20210615091704.259202-1-yangjihong1@huawei.com> <1e2f6d0e-e171-e0be-4f33-02722b0c50d9@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1e2f6d0e-e171-e0be-4f33-02722b0c50d9@intel.com> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Jun 15, 2021 at 01:27:25PM +0300, Adrian Hunter escreveu: > On 15/06/21 12:17 pm, Yang Jihong wrote: > > The "auxtrace_info" and "auxtrace" functions are not set in "tool" member of > > "annotate". As a result, perf annotate does not support parsing itrace data. > > Signed-off-by: Yang Jihong > > Tested-by: Leo Yan > > Acked-by: Adrian Hunter Thanks, applied. - Arnaldo