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.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 C89F2C433B4 for ; Fri, 16 Apr 2021 15:19:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ACD5061184 for ; Fri, 16 Apr 2021 15:19:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236195AbhDPPTX (ORCPT ); Fri, 16 Apr 2021 11:19:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:43996 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245739AbhDPPR0 (ORCPT ); Fri, 16 Apr 2021 11:17:26 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5123661166; Fri, 16 Apr 2021 15:16:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618586216; bh=U93wI/FdWrUToBu8xZjlCo5IjUY1zrGhkG1tmpB6jGc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BG1mRRXwmGmYEatJ7hn+/b4sdc0bea/LF5LZL+7azKC1m546u0t3WNtPN24fnip1d 62V7nGQXoSLADrUIk8CCPbwNVDlm8A1CKBy2yM4hzHEvTxRCWNUlb3fYg+QafktTiD 8SHQG/6/kiOumsvF2zTCOE4UaAdBV60IbbC6H8tyxVvXLysc3cuwoJyzv4E6ojdmqF nIOG1xrRG55RzZFhC58a1TFQ/AX//VzPf9YnZjsOqYUo6GmrcN8gnR7VHPPUwEc/QP bfBeoYYJEQpLewUnjxZdzhauyHI6PKSkjM4dxLioZzdZIAFA30mOAP+7zkXk3U7/Ie HHHYNkg/yyatQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id D90F040647; Fri, 16 Apr 2021 12:16:52 -0300 (-03) Date: Fri, 16 Apr 2021 12:16:52 -0300 From: Arnaldo Carvalho de Melo To: Mathieu Poirier Cc: James Clark , coresight@lists.linaro.org, al.grant@arm.com, branislav.rankov@arm.com, denik@chromium.org, suzuki.poulose@arm.com, Mike Leach , Leo Yan , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , John Garry , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] perf cs-etm: Set time on synthesised samples to preserve ordering Message-ID: References: <20210416105632.8771-1-james.clark@arm.com> <20210416150709.GA1046932@xps15> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210416150709.GA1046932@xps15> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Apr 16, 2021 at 09:07:09AM -0600, Mathieu Poirier escreveu: > Hi James, > > On Fri, Apr 16, 2021 at 01:56:30PM +0300, James Clark wrote: > > Changes since v1: > > * Improved variable name from etm_timestamp -> cs_timestamp > > * Fixed ordering of Signed-off-by > > > > You forgot to add the RB and AB you received. Since Arnaldo is responsible for > the perf tools subsystem, please send another revision. Yep, please collect Reported-by and Acked-by as you go sending new versions of a patchset, the last one I don't have a problem collecting myself, but if you have to resend, please collect the feedback tags. - Arnaldo > Thanks, > Mathieu > > > James Clark (2): > > perf cs-etm: Refactor timestamp variable names > > perf cs-etm: Set time on synthesised samples to preserve ordering > > > > .../perf/util/cs-etm-decoder/cs-etm-decoder.c | 18 +++---- > > tools/perf/util/cs-etm.c | 52 ++++++++++--------- > > tools/perf/util/cs-etm.h | 4 +- > > 3 files changed, 39 insertions(+), 35 deletions(-) > > > > -- > > 2.28.0 > > -- - 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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,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 CCFF6C433B4 for ; Fri, 16 Apr 2021 15:20:02 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 7E9EE6101E for ; Fri, 16 Apr 2021 15:20:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7E9EE6101E 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+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=desiato.20200630; 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=s5KtyFWu9qvZK9Wk2u+fEJDbK5S+m3CPuHibhECQgLE=; b=Y9dqqlUJiNwVtMQpZa1+xBjiy k0bkLnxDI7ce354zVGbwvxdZHPMQ2S3hBTIAlHrCZMqrsObF3Tget/AGGODtGcKvPDEE6ghTBR14N LO2DAZCITAdt9w7N5hdVwKqo4GTB0JJQfGLN61h2HKuW30IgjyadCfcUDaZHUKqMCrRps7onA5Rr5 MHqEqhyCU4JRAI6iAK5v872YlEVgKJ32uHTIi5hjay7ijfzvZ0hwsliNmS+/YfQxU1tLrhE1VOucd NuVk7O4jsXMyZdcP7hC30nD1ddx6714l/Xzk/P46VI5baLd6IHVZ/fK/KoLeOKE9sylnauL/FLzdZ 2tAHo1zYg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lXQEP-002aTh-EG; Fri, 16 Apr 2021 15:18:05 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lXQEK-002aT7-RJ for linux-arm-kernel@desiato.infradead.org; Fri, 16 Apr 2021 15:18:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.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=SDUvDxvtVCcj4rkvMOkv8Dc+VRkOyI3ipJngh//3J4U=; b=NjTOAziZYKWTkCYAahWuKEjczf NRYPf9oz1cgTkGGa2DOh+APgaO43FjZI4YHgmUeOIel3M5N6IxSCnoyNC8xmQiX7465BJSu8F1SqB LAGWPwzxRriO8qJ158vRg/ys7NS8bR8ODoZAbMvzwwDdjJo9jYoZ7og4myWsTXfKYG3ie3DLjBbqC cCc9VeIQc8AHT4kf7jdosNaN6VkDD+s435dTtMLQmCg9SdJnqbv9MhC7+QoPMkZtFpiFZXQgqFT8p HWQRN73K61p5iHNP6wbx2T+wPBaGfoPbtzcssi3MoCLaLXekUvXWXWJjUB+oyCBcVJPhv+r5RvgZ9 t0eiCP9Q==; Received: from [179.97.37.151] (helo=quaco.ghostprotocols.net) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lXQDI-00A6kA-CQ for linux-arm-kernel@lists.infradead.org; Fri, 16 Apr 2021 15:17:10 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id D90F040647; Fri, 16 Apr 2021 12:16:52 -0300 (-03) Date: Fri, 16 Apr 2021 12:16:52 -0300 From: Arnaldo Carvalho de Melo To: Mathieu Poirier Cc: James Clark , coresight@lists.linaro.org, al.grant@arm.com, branislav.rankov@arm.com, denik@chromium.org, suzuki.poulose@arm.com, Mike Leach , Leo Yan , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , John Garry , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] perf cs-etm: Set time on synthesised samples to preserve ordering Message-ID: References: <20210416105632.8771-1-james.clark@arm.com> <20210416150709.GA1046932@xps15> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210416150709.GA1046932@xps15> 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, Apr 16, 2021 at 09:07:09AM -0600, Mathieu Poirier escreveu: > Hi James, > > On Fri, Apr 16, 2021 at 01:56:30PM +0300, James Clark wrote: > > Changes since v1: > > * Improved variable name from etm_timestamp -> cs_timestamp > > * Fixed ordering of Signed-off-by > > > > You forgot to add the RB and AB you received. Since Arnaldo is responsible for > the perf tools subsystem, please send another revision. Yep, please collect Reported-by and Acked-by as you go sending new versions of a patchset, the last one I don't have a problem collecting myself, but if you have to resend, please collect the feedback tags. - Arnaldo > Thanks, > Mathieu > > > James Clark (2): > > perf cs-etm: Refactor timestamp variable names > > perf cs-etm: Set time on synthesised samples to preserve ordering > > > > .../perf/util/cs-etm-decoder/cs-etm-decoder.c | 18 +++---- > > tools/perf/util/cs-etm.c | 52 ++++++++++--------- > > tools/perf/util/cs-etm.h | 4 +- > > 3 files changed, 39 insertions(+), 35 deletions(-) > > > > -- > > 2.28.0 > > -- - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel