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=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 260F2C4338F for ; Wed, 11 Aug 2021 18:38:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 08FEF6101D for ; Wed, 11 Aug 2021 18:38:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229846AbhHKSiw (ORCPT ); Wed, 11 Aug 2021 14:38:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:55718 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229791AbhHKSiv (ORCPT ); Wed, 11 Aug 2021 14:38:51 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 87F1961008; Wed, 11 Aug 2021 18:38:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628707107; bh=f+gB+BcDzrFnDYSfYVhC0Y8pYBV/xwuoPfWAsf+OLJA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tBvSOhxizJfBTGAMkls/WXwX+z4cCeJlgT+zUA0BzK0edpgIEL950eDk6z1G9fSeG 4i6eguQjT6YYFQFu5eXtSyYqu8DgShEvnWruIAs+vhi8mE0Ko6T5L+nmDEjIOkj5j6 ygsTseLGsPXKIx+PRQ02Y0UYmJIYXm3OvCNwCerS61CU8pPyIsIvDGwBt32cRPiaM7 eM6Rq8HgdLW3KALUzXwW55dsnwXjtOFE3R8mGI2CBkUAr+pIBL4cGEDX5VegRqJYws 8PZ9hMZPk9D8dUgwynG5MkqZ7cULjfbpZ3UJgZrbp6F/5t1PGHupTWbDCAYHvYr9Wj 0gwXSFc+OWJ1g== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id D492E403F2; Wed, 11 Aug 2021 15:38:23 -0300 (-03) Date: Wed, 11 Aug 2021 15:38:23 -0300 From: Arnaldo Carvalho de Melo To: John Garry Cc: peterz@infradead.org, mingo@redhat.com, mark.rutland@arm.com, alexander.shishkin@linux.intel.com, jolsa@redhat.com, namhyung@kernel.org, yao.jin@linux.intel.com, linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, irogers@google.com, linuxarm@huawei.com Subject: Re: [PATCH 02/11] perf jevents: Relocate test events to cpu folder Message-ID: References: <1627566986-30605-1-git-send-email-john.garry@huawei.com> <1627566986-30605-3-git-send-email-john.garry@huawei.com> <90094733-741c-50e5-ac7d-f5640b5f0bdd@huawei.com> <88294bb8-6fb1-b485-446c-4ec15ff28d4a@huawei.com> <40e85ad2-3db4-aecf-d972-7d4aa5c2278c@huawei.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-perf-users@vger.kernel.org Em Wed, Aug 11, 2021 at 08:59:24AM +0100, John Garry escreveu: > On 10/08/2021 18:58, Arnaldo Carvalho de Melo wrote: > > > I think that you can apply it before the series. This is a pre-existing > > > issue that there was no dependency checking on the test events folder for > > > rebuilding pmu-event.c . > > Its all now in tmp.perf/core, will move to perf/core as soon as my test > > suite finishes. > > Excellent, thanks! Passed, its in perf/core. - Arnaldo