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.4 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=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 72F55C43461 for ; Mon, 17 May 2021 15:46:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54A4461108 for ; Mon, 17 May 2021 15:46:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245141AbhEQPrY (ORCPT ); Mon, 17 May 2021 11:47:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:33864 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344286AbhEQPoP (ORCPT ); Mon, 17 May 2021 11:44:15 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 54D4861D20; Mon, 17 May 2021 14:43:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621262596; bh=iH1753AkMmzMFnrNJ4C/WylYC6aZOwPygucDv8g2sGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JBcvgm13fZyycqcfNx4ZA3YPtHEX5CGYJS9HGk25YYdkgP2Ae2QL380bZCv7jtS34 NfpZKBoEOYQmvrMFjGZi2Z9u4PUumsFdcmvD6pG6g3NLf1LO/wlpXHQOC6pP0nZcMo RsKO++8PYrRsgAo4NhqAaW87o1hlIaBLJsgGTDEwfhkBMXOrM/tQky8SDx1HcM5Elp HCuPr/IIjgA1WfNSvRyiBDnOrP+UfRFufp0ebdhbTUnmMd26bkag8zD4mAjrFrLcWW xklB9vetjh++oKdLV98JIV1eX3cKHJQde7VbK57o2pc3A53IGbt5IaHH0P1bYEq+fm RsogRC/vo9jrQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 7AC8D4034C; Mon, 17 May 2021 11:43:13 -0300 (-03) Date: Mon, 17 May 2021 11:43:13 -0300 From: Arnaldo Carvalho de Melo To: James Clark Cc: mathieu.poirier@linaro.org, coresight@lists.linaro.org, leo.yan@linaro.org, al.grant@arm.com, branislav.rankov@arm.com, denik@chromium.org, suzuki.poulose@arm.com, anshuman.khandual@arm.com, Mike Leach , 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 v3 0/3] perf cs-etm: Handle valid-but-zero timestamps Message-ID: References: <20210517131741.3027-1-james.clark@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210517131741.3027-1-james.clark@arm.com> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Mon, May 17, 2021 at 04:17:38PM +0300, James Clark escreveu: > Changes since v2: > > * Fix typo in last commit message > * Add reviewed-by tags from Leo Yan Thanks, applied. - Arnaldo > This patchset applies on top of "[PATCH v3 0/2] perf cs-etm: Set > time on synthesised samples to preserve ordering" > > James Clark (3): > perf cs-etm: Move synth_opts initialisation > perf cs-etm: Start reading 'Z' --itrace option > perf cs-etm: Prevent and warn on underflows during timestamp > calculation. > > .../perf/util/cs-etm-decoder/cs-etm-decoder.c | 45 ++++++++++++++----- > tools/perf/util/cs-etm.c | 20 +++++---- > 2 files changed, 46 insertions(+), 19 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.4 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 7BABAC43616 for ; Mon, 17 May 2021 14:45:28 +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 4105661D4C for ; Mon, 17 May 2021 14:45:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4105661D4C 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=Y2rqV+PZ2SviRUnpX9PLLVlKqxsTq5DnCtbLMw+cpiE=; b=J7/Qx8iQltnIFA7JMrnR62tSQ YlDxIRRfVVMMTK2xLHVRi3SNdmzkmn9ok6O9ErnH+yJrf2ipN8D7ibFxfXOg4HBCDstWCUMSCxxua lQdDcFbra5rILed4/AT24bfLYAJEQ3l2zf5kgekeOQMQomuNvXVMANZw4GM57S+OhZzcrymqOuH/1 AAvQ3szZBZ562w0sR2AArZADB8LzwPcc7Ox/9gGzKSCEeywtG9WRWbDqdAp4TlDif/FrtzN9TN/Ce wWwXE/AEhvvqefdeuWkuWRl18FPiwjjIt193iQoLj44Q8c75crfXTzhf1yKsA0xFvlxCerEjsuKLR ge4p/7QIw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lieTI-00FILj-TT; Mon, 17 May 2021 14:43:53 +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 1lieTE-00FILU-Mk for linux-arm-kernel@desiato.infradead.org; Mon, 17 May 2021 14:43:48 +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=dBOU2+S7x4aAi1C3tc7rQG3bqX95lMwfgeXoxrtJLL8=; b=VsqU09ezttTu8YC7wwR58wbOEy SpP/PmcOk8QJUyosrN8/pLneWgrkGVDvgtIl8gqu1J1y9MS/T5XBblCtpwdmmABtS9jKj6bZIMmXb QAJtyQgkWKlS9uS6CEF4rN0Y26lgbcDfdMW+oe3QFDeWT1TmtxiGRDXla5IvQKCehH7ZDs9pZiaUD dnkRQ5j3t3ZCpxj4iDZn6jtJtmpH4jCKIE945yUBt/fqJBIMQGag6lCITXEUelmsgoGEZDrPq2B+S BHk/yW6Iy/q9p5JuaCjWJlTWKiNZgMYMVhaIbL2EtsCRl3pDOt8dy/BL8v6Y05rZnGpI9Yyxp8VhG NmmQdScA==; Received: from [179.97.37.151] (helo=quaco.ghostprotocols.net) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lieSj-00D2M6-Hf for linux-arm-kernel@lists.infradead.org; Mon, 17 May 2021 14:43:30 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 7AC8D4034C; Mon, 17 May 2021 11:43:13 -0300 (-03) Date: Mon, 17 May 2021 11:43:13 -0300 From: Arnaldo Carvalho de Melo To: James Clark Cc: mathieu.poirier@linaro.org, coresight@lists.linaro.org, leo.yan@linaro.org, al.grant@arm.com, branislav.rankov@arm.com, denik@chromium.org, suzuki.poulose@arm.com, anshuman.khandual@arm.com, Mike Leach , 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 v3 0/3] perf cs-etm: Handle valid-but-zero timestamps Message-ID: References: <20210517131741.3027-1-james.clark@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210517131741.3027-1-james.clark@arm.com> 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 Mon, May 17, 2021 at 04:17:38PM +0300, James Clark escreveu: > Changes since v2: > > * Fix typo in last commit message > * Add reviewed-by tags from Leo Yan Thanks, applied. - Arnaldo > This patchset applies on top of "[PATCH v3 0/2] perf cs-etm: Set > time on synthesised samples to preserve ordering" > > James Clark (3): > perf cs-etm: Move synth_opts initialisation > perf cs-etm: Start reading 'Z' --itrace option > perf cs-etm: Prevent and warn on underflows during timestamp > calculation. > > .../perf/util/cs-etm-decoder/cs-etm-decoder.c | 45 ++++++++++++++----- > tools/perf/util/cs-etm.c | 20 +++++---- > 2 files changed, 46 insertions(+), 19 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