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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, 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 5DAE8C07E9B for ; Tue, 20 Jul 2021 15:53:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4250360FED for ; Tue, 20 Jul 2021 15:53:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238360AbhGTPIB (ORCPT ); Tue, 20 Jul 2021 11:08:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240277AbhGTOgR (ORCPT ); Tue, 20 Jul 2021 10:36:17 -0400 Received: from mail-pg1-x534.google.com (mail-pg1-x534.google.com [IPv6:2607:f8b0:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC8C8C0613DD for ; Tue, 20 Jul 2021 08:15:48 -0700 (PDT) Received: by mail-pg1-x534.google.com with SMTP id y17so22755660pgf.12 for ; Tue, 20 Jul 2021 08:15:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=t7POuqHMK0kiOcKyuNd0t9xpyvgUftGZKOfPl7wRXV8=; b=OEWMJUpDESSYgSUzi8u/Y8eVz9gAEAdoMdd1mUvESbEkyjoFgCmbOfi+V5WMd2Zt6/ ZbBAhTzIkISUGAWoOuySQBUATU886tL+cRD6qYIjBQW75vyoxAdTeyoDeI9asb1vK/8C G1+WXvhxSS6sYpQHeTgXHe9jrv12FYNVWW0FwdNFfODPdaI2nBmp4tmC9/2adYJbwXXN EKpcqsYkZSg63UrMZqqWFYrwz9d8+WMJ/rOS6mRrVzDGVGgGx6zNhALmTSc4SDncf+Ml dqMnL35SRkwygoSCFp8m4ItZQQ82hmZphB7/1hWmQ4oLTx0eZJieCAcBJl4eCWJ6vDi4 9TSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=t7POuqHMK0kiOcKyuNd0t9xpyvgUftGZKOfPl7wRXV8=; b=gIHZIGK28mQ0jBA3Zb1+3NvjkED2+HbZrxzbW+p0v+zdZOT/HC5eRM3c2jA0IeDaco T3ZIrhw9UHJpVeuI9pxvWzHBe44Rp2QByIAQA6k1QjnRwEOvN12iKA0cZG3oxO0Gm5BI 4CoDWUIRQ7s/dsgbYEZDlepjJEDEtyHRlP843ezrZFZDn/k4E7P6J7IqHPXLtHFXi3j1 n8VPqmNfB9lPPaWfN9pPm8TQlJuBY9jxZcoo7DrNQVXESOUhIa9AFTG6HStFcYbIiwQx 0F55xPl6JW3SwgjsKz21KuTmzc9Ql20kcdZRnqdw25Sn7B8OOpFZ9FPmiMP6poGwL/99 oN9Q== X-Gm-Message-State: AOAM531RN++wi4TMsndwvYvSHWzYqJTQoorQqNo7gdZsBDBY0hQcbBM5 8avTxAS1MmpgbOUlPqx5vBCo4A== X-Google-Smtp-Source: ABdhPJxAQUx7377uhcaFrBC1bTT0cHvXp4BSlpdPHXq1j6NjA06uAiRU53oovxLWEe98StBK44zYiQ== X-Received: by 2002:aa7:8e51:0:b029:332:920f:1430 with SMTP id d17-20020aa78e510000b0290332920f1430mr32274930pfr.1.1626794148448; Tue, 20 Jul 2021 08:15:48 -0700 (PDT) Received: from p14s (S0106889e681aac74.cg.shawcable.net. [68.147.0.187]) by smtp.gmail.com with ESMTPSA id c204sm9544646pfb.90.2021.07.20.08.15.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jul 2021 08:15:45 -0700 (PDT) Date: Tue, 20 Jul 2021 09:15:43 -0600 From: Mathieu Poirier To: Arnaldo Carvalho de Melo Cc: James Clark , 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, John Garry , Will Deacon , Mike Leach , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 2/2] perf cs-etm: Split --dump-raw-trace by AUX records Message-ID: <20210720151543.GA2296792@p14s> References: <20210624164303.28632-1-james.clark@arm.com> <20210624164303.28632-3-james.clark@arm.com> <20210705193338.GB1493103@p14s> <20210719163336.GA2255168@p14s> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 19, 2021 at 05:10:34PM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Jul 19, 2021 at 10:33:36AM -0600, Mathieu Poirier escreveu: > > Hi Arnaldo, > > > > On Wed, Jul 14, 2021 at 02:45:34PM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Mon, Jul 05, 2021 at 01:33:38PM -0600, Mathieu Poirier escreveu: > > > > On Thu, Jun 24, 2021 at 05:43:03PM +0100, James Clark wrote: > > > > > for example: > > > > > > > > > > Idx:808; ID:1c; I_BAD_SEQUENCE : Invalid Sequence in packet.[I_ASYNC] > > > > > ... > > > > > PKTP_ETMV4I_0016 : 0x0014 (OCSD_ERR_INVALID_PCKT_HDR) [Invalid packet header]; TrcIdx=822 > > > > > > > > > > Signed-off-by: James Clark > > > > > --- > > > > > tools/perf/util/cs-etm.c | 20 ++++++++++++++++++-- > > > > > 1 file changed, 18 insertions(+), 2 deletions(-) > > > > > > > > > > > > > Reviewed-by: Mathieu Poirier > > > > > > > > > > > > Thanks, applied. > > > > This patch is the second of a two patch series[1][2]. The first one was applied and > > is in Linus' current master branch. But I can't find the second one in > > either your core branch or Linus', and that despite your reply above that it has been > > applied. As such I am guessing something went wrong with the process. > > > > How do you want to proceed - should we resend the second patch[2] or you still > > have it somewhere in your Inbox? > > My bad, its no in tmp.perf/urgent, after testing together with other > patches will move to perf/urgent and by the end of this week I'll submit > it to Linus, sorry. > Very good - thanks for the follow up. > - Arnaldo > > > Thanks, > > Mathieu > > > > [1]. https://lists.linaro.org/pipermail/coresight/2021-June/006575.html > > [2]. https://lists.linaro.org/pipermail/coresight/2021-June/006576.html > > > > > > > > - Arnaldo > > > > > -- > > - 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=-15.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, 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 1A799C07E95 for ; Tue, 20 Jul 2021 15:17:45 +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 E2E3F610C7 for ; Tue, 20 Jul 2021 15:17:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E2E3F610C7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.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=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=pdGv7+Ts53wYpaNvEETzQ1x0Eo19vA77bTzMGb9tRfY=; b=OCDSeQiCgWsIIy EyHqY7i54G2sMsnF8AjdJUKePmQuNeLgyJW7dL9uuzOVOy8t+qg/nmCp/CFJmSUuBhhu0ykTwoBwL 3iTY35Q3YnilepliFhwYK/2No10pqVMDacjMIZ78tbDDT5BUykn9cU2w22GJ3d7GuO3Ugo1xi5SDM bQKE/CHyNQYfSla1zcDdDqsBhdExZPK34SYAEn+Nfha4o3nNqjlY2SU2dga9vSkgfCZfwbHhFnYEX yN00x48q9ECRtx3hvWGg9gzOvp7tAjsEpPfeZ2Qs/bt9nQDHj/nCW2aD0wXLmF8O0UUiJKcBU23Sk stinaE/ZqBJtHIC+B+Qg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m5rTP-00DOpm-56; Tue, 20 Jul 2021 15:15:55 +0000 Received: from mail-pf1-x42e.google.com ([2607:f8b0:4864:20::42e]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m5rTJ-00DOoX-PY for linux-arm-kernel@lists.infradead.org; Tue, 20 Jul 2021 15:15:51 +0000 Received: by mail-pf1-x42e.google.com with SMTP id m83so19883035pfd.0 for ; Tue, 20 Jul 2021 08:15:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=t7POuqHMK0kiOcKyuNd0t9xpyvgUftGZKOfPl7wRXV8=; b=OEWMJUpDESSYgSUzi8u/Y8eVz9gAEAdoMdd1mUvESbEkyjoFgCmbOfi+V5WMd2Zt6/ ZbBAhTzIkISUGAWoOuySQBUATU886tL+cRD6qYIjBQW75vyoxAdTeyoDeI9asb1vK/8C G1+WXvhxSS6sYpQHeTgXHe9jrv12FYNVWW0FwdNFfODPdaI2nBmp4tmC9/2adYJbwXXN EKpcqsYkZSg63UrMZqqWFYrwz9d8+WMJ/rOS6mRrVzDGVGgGx6zNhALmTSc4SDncf+Ml dqMnL35SRkwygoSCFp8m4ItZQQ82hmZphB7/1hWmQ4oLTx0eZJieCAcBJl4eCWJ6vDi4 9TSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=t7POuqHMK0kiOcKyuNd0t9xpyvgUftGZKOfPl7wRXV8=; b=cSigJdnRnZ/O6O8yed3zTid52QWgbuHpCKOvVv9Ccf1P2NsrXUTzESY5j78ZXy5mCr OmUuVrdd9aMpW6X2U5BV1zIbRtWihg0R4eu5e98Lfe7hohFzuZ75ORKZpVsij/SfEGQ4 28f5Qrxt9CbIYqz/hKacrFekHEr1/SMhS/+JyVnG0JqxNDD42zRCcy2fia+utXJRTepL Mi2VYpdNP+L1ydKhkKf/w5PYdZIF3kpa4LNb9IwFy9yVR5wiScrU+dNZyNZwLoVo54ob H0CvHFMqZR5owtu54voT40kT3Gxuc6rtjN2fLusLS/qr+kUsa4Mcfcw016X8lA4JPotJ SfZQ== X-Gm-Message-State: AOAM530S7bvQ7Jt/5l6WBsjk0q0+jcJG7JaAe+hlykddE5GGGY+sUItX OMfU9p0UcEHLbRiaw03aGfCiZA== X-Google-Smtp-Source: ABdhPJxAQUx7377uhcaFrBC1bTT0cHvXp4BSlpdPHXq1j6NjA06uAiRU53oovxLWEe98StBK44zYiQ== X-Received: by 2002:aa7:8e51:0:b029:332:920f:1430 with SMTP id d17-20020aa78e510000b0290332920f1430mr32274930pfr.1.1626794148448; Tue, 20 Jul 2021 08:15:48 -0700 (PDT) Received: from p14s (S0106889e681aac74.cg.shawcable.net. [68.147.0.187]) by smtp.gmail.com with ESMTPSA id c204sm9544646pfb.90.2021.07.20.08.15.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jul 2021 08:15:45 -0700 (PDT) Date: Tue, 20 Jul 2021 09:15:43 -0600 From: Mathieu Poirier To: Arnaldo Carvalho de Melo Cc: James Clark , 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, John Garry , Will Deacon , Mike Leach , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 2/2] perf cs-etm: Split --dump-raw-trace by AUX records Message-ID: <20210720151543.GA2296792@p14s> References: <20210624164303.28632-1-james.clark@arm.com> <20210624164303.28632-3-james.clark@arm.com> <20210705193338.GB1493103@p14s> <20210719163336.GA2255168@p14s> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210720_081549_898847_C0CD5DEC X-CRM114-Status: GOOD ( 28.78 ) 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 On Mon, Jul 19, 2021 at 05:10:34PM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Jul 19, 2021 at 10:33:36AM -0600, Mathieu Poirier escreveu: > > Hi Arnaldo, > > > > On Wed, Jul 14, 2021 at 02:45:34PM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Mon, Jul 05, 2021 at 01:33:38PM -0600, Mathieu Poirier escreveu: > > > > On Thu, Jun 24, 2021 at 05:43:03PM +0100, James Clark wrote: > > > > > for example: > > > > > > > > > > Idx:808; ID:1c; I_BAD_SEQUENCE : Invalid Sequence in packet.[I_ASYNC] > > > > > ... > > > > > PKTP_ETMV4I_0016 : 0x0014 (OCSD_ERR_INVALID_PCKT_HDR) [Invalid packet header]; TrcIdx=822 > > > > > > > > > > Signed-off-by: James Clark > > > > > --- > > > > > tools/perf/util/cs-etm.c | 20 ++++++++++++++++++-- > > > > > 1 file changed, 18 insertions(+), 2 deletions(-) > > > > > > > > > > > > > Reviewed-by: Mathieu Poirier > > > > > > > > > > > > Thanks, applied. > > > > This patch is the second of a two patch series[1][2]. The first one was applied and > > is in Linus' current master branch. But I can't find the second one in > > either your core branch or Linus', and that despite your reply above that it has been > > applied. As such I am guessing something went wrong with the process. > > > > How do you want to proceed - should we resend the second patch[2] or you still > > have it somewhere in your Inbox? > > My bad, its no in tmp.perf/urgent, after testing together with other > patches will move to perf/urgent and by the end of this week I'll submit > it to Linus, sorry. > Very good - thanks for the follow up. > - Arnaldo > > > Thanks, > > Mathieu > > > > [1]. https://lists.linaro.org/pipermail/coresight/2021-June/006575.html > > [2]. https://lists.linaro.org/pipermail/coresight/2021-June/006576.html > > > > > > > > - Arnaldo > > > > > -- > > - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel