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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 147C0C433E0 for ; Mon, 1 Jun 2020 15:06:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D4C892074B for ; Mon, 1 Jun 2020 15:06:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591024011; bh=9sxpQz0r5jfjy6WFXrkM4az/JF+mNS0L+Sk18DJ5y3Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HsjVn+2IRlSibPqebamchzB8Cm+onRXrReu1+ObW4TO2pXwyBWfDaAEzxIfzPCr2r +XiRN1GHFpcVjTKXbI+89VtVCCsvYTdGdFoxHPAH7iQ4Wd3/huIj7Y3FjsSQ8T35a6 ZSm1gtvwnTMyFVB+tWD8iNS8b2qRtHejfLZu5LjU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726825AbgFAPGv (ORCPT ); Mon, 1 Jun 2020 11:06:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:34406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726017AbgFAPGu (ORCPT ); Mon, 1 Jun 2020 11:06:50 -0400 Received: from quaco.ghostprotocols.net (unknown [179.97.37.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DFB8B20738; Mon, 1 Jun 2020 15:06:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591024010; bh=9sxpQz0r5jfjy6WFXrkM4az/JF+mNS0L+Sk18DJ5y3Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TnGnUsZpDjmVurxbkq6M3cjp3Ta5VQzpwYBHLthaC+UOWW2Kr8MaoRpLNKMXUJVwg 60F99CGpRHMM7VQRO8OkLPMvY1yTFU3OAGLTXQXviNWKxeCGzyssLYxa4T8DEAMzLS HzTT0GlrTp4S2D+yzcZUmFC8KDvR5P1/pSWy0PD8= Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 15B3D40AFD; Mon, 1 Jun 2020 12:06:48 -0300 (-03) Date: Mon, 1 Jun 2020 12:06:47 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: Leo Yan , Jiri Olsa , Mark Rutland , Alexander Shishkin , Will Deacon , James Clark , Peter Zijlstra , Ingo Molnar , Namhyung Kim , Andi Kleen , Jin Yao , Ian Rogers , Thomas Gleixner , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Al Grant , Mathieu Poirier , Mike Leach , Tan Xiaojun Subject: Re: [PATCH v8 2/3] perf auxtrace: Add four itrace options Message-ID: <20200601150647.GK31795@kernel.org> References: <20200530122442.490-1-leo.yan@linaro.org> <20200530122442.490-3-leo.yan@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Jun 01, 2020 at 10:24:00AM +0300, Adrian Hunter escreveu: > On 30/05/20 3:24 pm, Leo Yan wrote: > > From: Tan Xiaojun > > > > This patch is to add four options to synthesize events which are > > described as below: > > > > 'f': synthesize first level cache events > > 'm': synthesize last level cache events > > 't': synthesize TLB events > > 'a': synthesize remote access events > > > > This four options will be used by ARM SPE as their first consumer. > > > > Signed-off-by: Tan Xiaojun > > Signed-off-by: James Clark > > Signed-off-by: Leo Yan > > Tested-by: James Clark > > Acked-by: Adrian Hunter Thanks a lot! - Arnaldo 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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 D6247C433DF for ; Mon, 1 Jun 2020 15:06:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AD5C22074B for ; Mon, 1 Jun 2020 15:06:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="p9Zc3HWI"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="b6csZCrN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AD5C22074B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=yQSe4Ae2+8DltpiuvY9iD3GmGxGMoJMgbJ1ngf9gqck=; b=p9Zc3HWIDrx0bF Br4BcNbCeYpYP66QiURDQykBEOxgCBpKQqlWRWvw5+m49fEgUGepcbzlqcqcQ4V6CeiPwAYwtlxDW fX2dLaf634m3eVLItJvJbDkY8718rCv70Jc3DYDAX+rqcPR/gxGoRZ26BdXV7u3/9sjZ3WH52hyrb 3fcC1qu6fEpPwMV1gSF9VFW6V0prZc6B/xCSpZcdUynWsKezgspPQwhZpWMUZb1+TCeefwWSptQmy vLTVNRLHDPG46dsu6OMhP+zl1oNzrAE2/6KWC2FuHpufNS47LHEJVglv8kJt/xlF7URM4lZn0GgXr Z3lgOqN8FjSAkzH1uh+A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jfm1d-0006mE-Do; Mon, 01 Jun 2020 15:06:53 +0000 Received: from merlin.infradead.org ([2001:8b0:10b:1231::1]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jfm1b-0006m4-1X for linux-arm-kernel@bombadil.infradead.org; Mon, 01 Jun 2020 15:06:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=2ptwG/XhHRLoQoGrQORQ2/4F25mO/gTBD9u0PTkTkbs=; b=b6csZCrN0YGiYaXMWhGXWzOrU2 0F/sHD4ehwBk+jaKFPuY8DFIXOC9CVgevVoJzCYF8qT77syfl856e//fvgXLsqb5jHBm81OS6/AQ/ hCyt8dsZEOZ7lDdLapV7qXAVCOzkSzvqrE0XIVu6WuJEQqUbnQ9DIYvjN9D+W2NxfG3UVKhlnotz0 j28LaFhZ2w/O2O4G/6ucsZMBci3ZVXUA/WJfUfYoSaa3+O/gLPFmngqNyK1Bt3MFsRE7yFuWHCjt7 ap/qqPrNVsz1D+4BqpSxFE3BC67OUJ0Sb9dGXuOYo9BboUS6oTq4NdB9R/fFK3AY94aPZ801u3cE7 ROt/sbkg==; Received: from [179.97.37.151] (helo=quaco.ghostprotocols.net) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jfm1Z-0001Hp-CJ; Mon, 01 Jun 2020 15:06:49 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 15B3D40AFD; Mon, 1 Jun 2020 12:06:48 -0300 (-03) Date: Mon, 1 Jun 2020 12:06:47 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Subject: Re: [PATCH v8 2/3] perf auxtrace: Add four itrace options Message-ID: <20200601150647.GK31795@kernel.org> References: <20200530122442.490-1-leo.yan@linaro.org> <20200530122442.490-3-leo.yan@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Ian Rogers , Andi Kleen , Al Grant , Mathieu Poirier , Alexander Shishkin , Will Deacon , Tan Xiaojun , linux-kernel@vger.kernel.org, Peter Zijlstra , Jin Yao , Ingo Molnar , James Clark , Leo Yan , Namhyung Kim , Thomas Gleixner , Jiri Olsa , linux-arm-kernel@lists.infradead.org, Mike Leach Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Em Mon, Jun 01, 2020 at 10:24:00AM +0300, Adrian Hunter escreveu: > On 30/05/20 3:24 pm, Leo Yan wrote: > > From: Tan Xiaojun > > > > This patch is to add four options to synthesize events which are > > described as below: > > > > 'f': synthesize first level cache events > > 'm': synthesize last level cache events > > 't': synthesize TLB events > > 'a': synthesize remote access events > > > > This four options will be used by ARM SPE as their first consumer. > > > > Signed-off-by: Tan Xiaojun > > Signed-off-by: James Clark > > Signed-off-by: Leo Yan > > Tested-by: James Clark > > Acked-by: Adrian Hunter Thanks a lot! - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel