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 05E26C32771 for ; Mon, 26 Sep 2022 19:36:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229726AbiIZTgm (ORCPT ); Mon, 26 Sep 2022 15:36:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbiIZTgj (ORCPT ); Mon, 26 Sep 2022 15:36:39 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86F916CF64 for ; Mon, 26 Sep 2022 12:36:38 -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 ams.source.kernel.org (Postfix) with ESMTPS id 33040B80BD1 for ; Mon, 26 Sep 2022 19:36:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9354C433D6; Mon, 26 Sep 2022 19:36:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664220996; bh=m/Iu0JpTyO1sic7wYkJr9x8ukk6kvYL6sQMHaG/qKoU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o1/Y8a9Kgc63ieXJ4l7RtsOyd3osje2d5/GKxf0LAYZTmD4FOB5US45NkFxuGFpP/ cqKPF/QxGZReMivypSBqpzeZ22eebDqGTA2XOaKov45+0vWsATl1MChu4QGDCpaczP zIfqSg9Yq+L6jDF/zVCyeyIlP0PtTNZWgpsX9O+Q1PMH9lZOGPQI3q9vQuoeJ79sQB WyxmSI2s0qwCJxB88GuEUZxxmw9zEI8qchaSEfU3oAPos2Hkanbj/JtdCJJ7AfH6Be 6QOr6mpbdLS2sUIwB72ct0nR/X3xqD7QINldnGt5P2+L0E3s9lsWQ492/A9fMyPGnp q1/il4RRwPsgg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 33553403B0; Mon, 26 Sep 2022 20:36:33 +0100 (IST) Date: Mon, 26 Sep 2022 20:36:33 +0100 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Adrian Hunter , Jiri Olsa , Ian Rogers , linux-kernel Subject: Re: [PATCH 0/2] perf test: Add tests/shell/lib/waiting.sh Message-ID: References: <20220914080150.5888-1-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Sep 14, 2022 at 09:41:09AM -0700, Namhyung Kim escreveu: > On Wed, Sep 14, 2022 at 1:02 AM Adrian Hunter wrote: > > > > Hi > > > > As requested by Namhyung, move functions from test_intel_pt.sh > > to tests/shell/lib/waiting.sh, and parameterize timeouts. > > > > > > Adrian Hunter (2): > > perf test: test_intel_pt.sh: Move helper functions for waiting > > perf test: waiting.sh: Parameterize timeouts > > Acked-by: Namhyung Kim Thanks, applied. - Arnaldo > Thanks, > Namhyung > > > > > > tools/perf/tests/shell/lib/waiting.sh | 77 +++++++++++++++++++++++++++++++++ > > tools/perf/tests/shell/test_intel_pt.sh | 68 ++--------------------------- > > 2 files changed, 81 insertions(+), 64 deletions(-) > > create mode 100644 tools/perf/tests/shell/lib/waiting.sh > > > > > > Regards > > Adrian -- - Arnaldo