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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91C77C433F5 for ; Tue, 28 Sep 2021 18:55:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69C0A61246 for ; Tue, 28 Sep 2021 18:55:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242273AbhI1S47 (ORCPT ); Tue, 28 Sep 2021 14:56:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:55398 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230109AbhI1S44 (ORCPT ); Tue, 28 Sep 2021 14:56:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4659960EE9; Tue, 28 Sep 2021 18:55:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632855312; bh=vHARUzctnEjoBeR9DoEplwWSLU+oFbVvrJzTyQN65Nc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n/hiK95VwImBitL+sNhB6nlFkGaeQxih40q7GWj1a+DjCQnYGwuTxwx/gezGsrvTB yVyhfQ2nsxaQDjbIw79m+nhUVfPyjRl/ZIRdE8caQeJPdytl7HEmYwUuB7GzcrZmnO TiZRdNgUNQHR1P9BpRQzFTi0PSsXI3xCxAlBnd/yKTqcBh7kWINxda0nnsc89kEqdo WET4DCL1xwqypcCDZ+goBF6g1+ADIZl1BbO5BLkGW2izQZnQ+13V3Xdu7ZHWefjij8 uFwfyB7HxKb+B76SoDzsTigv3K29poFOieQUS23JzPbNma8b7JXQs7twN16KOUKBFc 1bnN7hS9pUa2Q== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id CBBD3410A1; Tue, 28 Sep 2021 15:55:08 -0300 (-03) Date: Tue, 28 Sep 2021 15:55:08 -0300 From: Arnaldo Carvalho de Melo To: John Garry Cc: Ian Rogers , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Jin Yao , "Paul A . Clarke" , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, eranian@google.com Subject: Re: [PATCH v3 1/2] perf test: Workload test of metric and metricgroups Message-ID: References: <20210917184240.2181186-1-irogers@google.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 Fri, Sep 24, 2021 at 08:39:18PM +0100, John Garry escreveu: > On 24/09/2021 20:09, Arnaldo Carvalho de Melo wrote: > > Em Fri, Sep 17, 2021 at 11:42:39AM -0700, Ian Rogers escreveu: > > > Test every metric and metricgroup with 'true' as a workload. For > > > metrics, check that we see the metric printed or get unsupported. If the > > > 'true' workload executes too quickly retry with 'perf bench internals > > > synthesize'. > > > v3. Fix test condition (thanks to Paul A. Clarke). Add a > > > fallback case of a larger workload so that we don't ignore " > > counted>". > > > v2. Switched the workload to something faster. > > Hi John, does your Reviewed-by stands for v3 too? > Yeah, > Reviewed-by: John Garry Thanks, applied. - Arnaldo