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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F4C0C7EE23 for ; Mon, 22 May 2023 18:28:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230417AbjEVS20 (ORCPT ); Mon, 22 May 2023 14:28:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229559AbjEVS2Z (ORCPT ); Mon, 22 May 2023 14:28:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A4C62FE; Mon, 22 May 2023 11:28:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 428CC618A0; Mon, 22 May 2023 18:28:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70022C433EF; Mon, 22 May 2023 18:28:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684780103; bh=snN6NKvA5puzt7b0zltj4AXPZefRqX9/nTjb4m+p9pQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E8YCGNgQjXV5VZ/lA8jMlz7x2n8wwJFgPbRWVHyGKS+Z53+T9VoIVtNRtRVoXha9s fsd3nHN6EvSXsryXgL3VDfroDlc9DA5vyp3Lr8LFHVCEeUDOr+V443WRMKu4m6Ax4F yQJH1tVP7nrz9TOkcjGACtS29r9c3Q8aBok9R7Lvghuv/LarGGnJyvqmnxlLYwALib 7gdc+bwqFTLGvSAqE7BAn/9Dm8R2ByZjRi+ERBjGO8TqDG4dS/qW3fuBFCXrcm1FZ9 PucNSRUQZ2ttiH1MlEjJeoC6pBem2cykfN02K1LPCfrLYs3cMCNHsst/phYXBKFgB/ /GxWRHphdU6Hg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id EB03B403B5; Mon, 22 May 2023 15:28:20 -0300 (-03) Date: Mon, 22 May 2023 15:28:20 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Anup Sharma , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] perf: test: Add support for testing JSON generated by perf data command Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Mon, May 22, 2023 at 11:10:43AM -0700, Ian Rogers escreveu: > On Fri, May 19, 2023 at 12:41 AM Anup Sharma wrote: > > > > This commit adds support for testing the JSON output generated > > by the perf data command's conversion to JSON functionality. > > The test script now includes a validation step to ensure that > > the resulting JSON file is contain valid data. > > > > Signed-off-by: Anup Sharma > > Acked-by: Ian Rogers I'm fixing these and some other identation minor issues: [acme@quaco perf-tools-next]$ b4 am -ctsl --cc-trailers CAP-5=fXyqWYgR0M0rqG8a2j0sL1WThNX8r49T7EfvkOG32-UqA@mail.gmail.com Grabbing thread from lore.kernel.org/all/CAP-5%3DfXyqWYgR0M0rqG8a2j0sL1WThNX8r49T7EfvkOG32-UqA%40mail.gmail.com/t.mbox.gz Checking for newer revisions Grabbing search results from lore.kernel.org Analyzing 2 messages in the thread Checking attestation on all messages, may take a moment... --- [PATCH v2] perf: test: Add support for testing JSON generated by perf data command + Acked-by: Ian Rogers + Link: https://lore.kernel.org/r/ZGcoJBAGlknjsA/n@yoga + Signed-off-by: Arnaldo Carvalho de Melo --- NOTE: install dkimpy for DKIM signature verification --- Total patches: 1 --- Link: https://lore.kernel.org/r/ZGcoJBAGlknjsA/n@yoga Base: not specified git am ./v2_20230519_anupnewsmail_perf_test_add_support_for_testing_json_generated_by_perf_data_command.mbx [acme@quaco perf-tools-next]$ git am ./v2_20230519_anupnewsmail_perf_test_add_support_for_testing_json_generated_by_perf_data_command.mbx Applying: perf: test: Add support for testing JSON generated by perf data command .git/rebase-apply/patch:59: trailing whitespace. else warning: 1 line adds whitespace errors. tools/perf/tests/shell/test_perf_data_converter_json.sh:48: trailing whitespace. + else [acme@quaco perf-tools-next]$