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=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham 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 92321C433F5 for ; Fri, 3 Sep 2021 11:21:17 +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 615A8600D4 for ; Fri, 3 Sep 2021 11:21:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 615A8600D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=pXsDCbaMMapIS9HLvU4YXPlaLQArVDKWrxPWdMIXuBc=; b=fNLToB4wrTh0n3 1jwx3rr2P5bsdkMmqGbk/cBVcq5JvEz3khkJVBo6UyUU1PCKC3laR2+QPqt7xW5JRpinB+zGANA4y 9KMkgJxKrS4LNmHcDvLqxbqzTNm6S3yRk1GovYdhZjm0KzqXvHVLQjPXENmyT8OP3wanrkJPD+bC7 nZleEjYbo+XgGrE2mtvG/iLivzyO8W3p9iDvkxsFhmvZRsPAyHByrv97b2YcukZ4V3gSyVwnr1a52 n1IvWmAqL9vDNk2qSBOONGxeX6Oe1nPoh9pX11fVny5nmdZRXyCueafCrGaw8oToI+ioxAmZbqL3T SesHnccdAO6hQgnwn55A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mM7Dl-00BmAM-6z; Fri, 03 Sep 2021 11:18:57 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mM7Dj-00Bm8d-Bt for linux-arm-kernel@bombadil.infradead.org; Fri, 03 Sep 2021 11:18:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; 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=JFnL6hXJpYEfM9VLlt6Ft+CjfwGiZQfvL7IaCdtci/Q=; b=cN7El7rdAR+X+dUS3hOpuzYqRE o4R0t4lYf5dvqi9BLSn3XqUjgrQVZAZsDF347l4QkuBA4FfDvBfc4EjLxBrQaIDFyl/6XyeqItJzm KZxkx4SArzmitUcInXNZQnyY3YvK3wb/KrvUjkfKchYZf1sMAmrDsqhE5+DUSUiFokXvugCHq7uNi 4wBPlEVX6QBoAGCYXCazGgaFd5P1Kkrrrhh0Te3X04lPwI0cOgt0eczh8/5oNtkKK2kBjOljcF3u9 CL1DNeXy09XcrwBZp1dzywanOkCQJygdTnUSw8YWUhQC40etYfY2bm4EG2VKtc2cVajlNBgUml49H GTYkDJVw==; Received: from [179.97.37.151] (helo=quaco.ghostprotocols.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mM7Dc-000LEr-J1 for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 11:18:48 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 4B9F24007E; Fri, 3 Sep 2021 08:18:46 -0300 (-03) Date: Fri, 3 Sep 2021 08:18:46 -0300 From: Arnaldo Carvalho de Melo To: Suzuki K Poulose Cc: James Clark , mathieu.poirier@linaro.org, leo.yan@linaro.org, coresight@lists.linaro.org, linux-perf-users@vger.kernel.org, mike.leach@linaro.org, John Garry , Will Deacon , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 8/9] perf cs-etm: Print the decoder name Message-ID: References: <20210806134109.1182235-1-james.clark@arm.com> <20210806134109.1182235-9-james.clark@arm.com> 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.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Em Fri, Sep 03, 2021 at 10:17:25AM +0100, Suzuki K Poulose escreveu: > On 06/08/2021 14:41, James Clark wrote: > > Use the real name of the decoder instead of hard-coding "ETM" to avoid > > confusion when the trace is ETE. This also now distinguishes between > > ETMv3 and ETMv4. > > > > Reviewed-by: Leo Yan > > Signed-off-by: James Clark > > Reviewed-by: Suzuki K Poulose Thanks, collected the Reviewed-by. - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel