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 919BFC7EE23 for ; Fri, 26 May 2023 18:25:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242855AbjEZSZB (ORCPT ); Fri, 26 May 2023 14:25:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242595AbjEZSYy (ORCPT ); Fri, 26 May 2023 14:24:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1985BC; Fri, 26 May 2023 11:24:53 -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 3EDC96523C; Fri, 26 May 2023 18:24:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6ACCFC433D2; Fri, 26 May 2023 18:24:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685125492; bh=iS5Q0u6jWqOCDWLbpL0S6ehmQI7x1tzANmo51W13qVs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PkgSlkZ086gPKa45iq9Ijr9TAOnzML9ur1Pg3bsmM3H27uj5kklmLUYpv7NvYP2zx pS476xA23/xrq3923USG9cWfgGDZ15qpgA2UduK3EaRASo5aW4/WP6qVp+sjNTAwK+ QDj4N1dBFZPXsQAPpAz5x73iIo47zEeJToh2WYJRmB+5W8o/f3h1danp0ECYk7sbvF z/dC7lnJuVhZmgCOYKKG/0LLi1zXS8xTcwk8PptOClLgi8EmSU+4mYWgavPXqnTITd NdyvF29t+SkOdT3jeCW5iiazuhFHJnjMikHj/opIu7vTFpeIQHdPG/Vr7zGmziy9j+ 5fxMKBsgWVTCQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id A7B47403B5; Fri, 26 May 2023 15:24:49 -0300 (-03) Date: Fri, 26 May 2023 15:24:49 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Mathieu Poirier , Suzuki K Poulose , Mike Leach , Leo Yan , John Garry , Will Deacon , James Clark , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] perf arm: Fix include path Message-ID: References: <20230515165039.544045-1-irogers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230515165039.544045-1-irogers@google.com> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Mon, May 15, 2023 at 09:50:39AM -0700, Ian Rogers escreveu: > Change "../cs-etm.h" to just "../../../util/cs-etm.h" as ../cs-etm.h > doesn't exist. Thanks, applied. - Arnaldo > Suggested-by: Leo Yan > Signed-off-by: Ian Rogers > Reviewed-by: Leo Yan > --- > tools/perf/arch/arm/util/pmu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/arch/arm/util/pmu.c b/tools/perf/arch/arm/util/pmu.c > index 860a8b42b4b5..a9623b128ece 100644 > --- a/tools/perf/arch/arm/util/pmu.c > +++ b/tools/perf/arch/arm/util/pmu.c > @@ -12,7 +12,7 @@ > #include "arm-spe.h" > #include "hisi-ptt.h" > #include "../../../util/pmu.h" > -#include "../cs-etm.h" > +#include "../../../util/cs-etm.h" > > struct perf_event_attr > *perf_pmu__get_default_config(struct perf_pmu *pmu __maybe_unused) > -- > 2.40.1.606.ga4b1b128d6-goog > -- - 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 6FE18C7EE23 for ; Fri, 26 May 2023 18:25:24 +0000 (UTC) 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=eErlVsF5rCRFPx2loz5EKpCTrP4hX2dNANFf3MGSxlU=; b=VMcaRI8ZUtaFLC co5/S1Kaw0GXzu+Su8kVbwMqG9QJzxNV/IpOQoRruizJ89fgkz+AmJC3iN+KU3J36OlTZMosMtFka v8E/0vSSSWhZswhFXzuwlH6lN1fDHlCsoV0C7ubnRzYYjCmuAGjnFGXSIjfmxgNp2eW9Tgm59qbez BMayjgggvFowXPAH4HxXvmT77ZSvmOe3oU+e6RvsWsfGvxBjHXz/ARkwuoJBjeBm8tbDp0tJhsWCI V99QovBjhUePiPps1Fe340bk3Q76kDKqBWL5UgiBOriW9ofgLqjFV0YkayHxSCBWDo3WL5QI3Q2l7 5xUS6i85qW7s/hTQ9vzw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q2c7Y-003Tkj-2G; Fri, 26 May 2023 18:25:00 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q2c7X-003Tk7-2K for linux-arm-kernel@bombadil.infradead.org; Fri, 26 May 2023 18:24:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=VXHwgVAHYBK8xGhgQ67PSKQo+Am2QQKU86eVo7chjrw=; b=goS0JIFFpWBBawKokZOQ7Twaix PhW1DnpLYkcCTN3h2+U/4xq2a/82RgJzDLva9wNbCqmhOWeO9w8APZZXteLBzyMTprM0ftvBcFCpf COLtV+szxqU4a2FEnD2hPWGbYXCPfe50veliqIpS0I3qnVeQsh21eHqs8C5PWY2MZrTO8Rms0SC5g aFBn8FnWFwzCGEhGXnAeQXkJtUGIRDt2m8bQ/SibEXNun1Y4+/PwTq7K1wagQ2fktuyDP8Gsi/p9T 1s2vaUp930rsw6KP2oxOuI5HsBhN87WbdAnt+8Yq6BQVajq9uiytUWTNozr0ITVV1P+W6BGWKYpHA xiMmfK1w==; Received: from [179.97.37.151] (helo=quaco.ghostprotocols.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1q2c7U-007g2P-2R; Fri, 26 May 2023 18:24:57 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id A7B47403B5; Fri, 26 May 2023 15:24:49 -0300 (-03) Date: Fri, 26 May 2023 15:24:49 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Mathieu Poirier , Suzuki K Poulose , Mike Leach , Leo Yan , John Garry , Will Deacon , James Clark , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] perf arm: Fix include path Message-ID: References: <20230515165039.544045-1-irogers@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230515165039.544045-1-irogers@google.com> X-Url: http://acmel.wordpress.com 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 Em Mon, May 15, 2023 at 09:50:39AM -0700, Ian Rogers escreveu: > Change "../cs-etm.h" to just "../../../util/cs-etm.h" as ../cs-etm.h > doesn't exist. Thanks, applied. - Arnaldo > Suggested-by: Leo Yan > Signed-off-by: Ian Rogers > Reviewed-by: Leo Yan > --- > tools/perf/arch/arm/util/pmu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/arch/arm/util/pmu.c b/tools/perf/arch/arm/util/pmu.c > index 860a8b42b4b5..a9623b128ece 100644 > --- a/tools/perf/arch/arm/util/pmu.c > +++ b/tools/perf/arch/arm/util/pmu.c > @@ -12,7 +12,7 @@ > #include "arm-spe.h" > #include "hisi-ptt.h" > #include "../../../util/pmu.h" > -#include "../cs-etm.h" > +#include "../../../util/cs-etm.h" > > struct perf_event_attr > *perf_pmu__get_default_config(struct perf_pmu *pmu __maybe_unused) > -- > 2.40.1.606.ga4b1b128d6-goog > -- - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel