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 A6BC6C74A5B for ; Wed, 29 Mar 2023 19:28:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230140AbjC2T20 (ORCPT ); Wed, 29 Mar 2023 15:28:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbjC2T20 (ORCPT ); Wed, 29 Mar 2023 15:28:26 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D50A5131; Wed, 29 Mar 2023 12: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 ams.source.kernel.org (Postfix) with ESMTPS id 81D8AB82421; Wed, 29 Mar 2023 19:28:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 21567C433EF; Wed, 29 Mar 2023 19:28:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680118102; bh=n2gnevI6MCSN/675S6T68W/22XOQH2Cm/6VpZQ7bCMM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fHlXk9lQvYavvnzWQF7OgR0SKuJB+4dMv71r773TQhCun82s5T54EpLQyluHNx20+ fEEmcyIELVY9xo4i0GCBuBWUkWagY6jUypmp1oyvukgBXpxBCrhlKEH8xbp7xBxX8t 3lVq5OmY5TBu0k+FgbGhJ1Vn8Q2R8S6w5ARlh0gVYWPXKoIKlz4uU1VaAPhA13lQvu OGHADxSCyhcsESH3uFZyraLPuTfikJN0QhuLQ6T37BEX1LU/vHEME28/8zDG3ZobJm NciIVegdfXMYxQo753c7ynsNpfbNfIdQaNVhukKUyAx5AjCPg9kTOGHYpoP1LKBh93 nvKYHhvN93B4w== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 542734052D; Wed, 29 Mar 2023 16:28:19 -0300 (-03) Date: Wed, 29 Mar 2023 16:28:19 -0300 From: Arnaldo Carvalho de Melo To: Mike Leach Cc: linux-perf-users@vger.kernel.org, linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org, linux-kernel@vger.kernel.org, suzuki.poulose@arm.com, leo.yan@linaro.org, peterz@infradead.org, mingo@redhat.com, will@kernel.org, mark.rutland@arm.com, alexander.shishkin@linux.intel.com, jolsa@redhat.com, namhyung@kernel.org, gankulkarni@os.amperecomputing.com, darren@os.amperecomputing.com, James Clark Subject: Re: [PATCH v8 1/3] perf: cs-etm: Move mapping of Trace ID and cpu into helper function Message-ID: References: <20230329111422.3693-1-mike.leach@linaro.org> <20230329111422.3693-2-mike.leach@linaro.org> 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, Mar 29, 2023 at 03:47:25PM +0100, Mike Leach escreveu: > On Wed, 29 Mar 2023 at 14:22, Arnaldo Carvalho de Melo wrote: > > > > Em Wed, Mar 29, 2023 at 01:59:10PM +0100, Mike Leach escreveu: > > > Sorry - my error. > > > > > > The same change is made in patch 3/3 of this set. > > > > > > Looks like I didn't do a patch by patch build check when I was testing yesterday > > > > np, its fixed now and pushed to tmp.perf-tools-next, please check, will > > go to perf-tools-next later today after passing thru my set of container > > build tests. > > > > - Arnaldo > > tmp.perf-tools-next - Builds and tests OK Not here, I'll check after a call: 50 9.90 ubuntu:18.04-x-arm : FAIL gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) arch/arm/util/cs-etm.c: In function 'cs_etm_save_ete_header': arch/arm/util/cs-etm.c:720:29: error: implicit declaration of function 'coresight_get_trace_id' [-Werror=implicit-function-declaration] data[CS_ETE_TRCTRACEIDR] = coresight_get_trace_id(cpu); ^~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'util' failed make[5]: *** [util] Error 2 /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'arm' failed make[4]: *** [arm] Error 2 /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'arch' failed make[3]: *** [arch] Error 2 51 9.50 ubuntu:18.04-x-arm64 : FAIL gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) arch/arm64/util/../../arm/util/cs-etm.c: In function 'cs_etm_save_ete_header': arch/arm64/util/../../arm/util/cs-etm.c:720:29: error: implicit declaration of function 'coresight_get_trace_id' [-Werror=implicit-function-declaration] data[CS_ETE_TRCTRACEIDR] = coresight_get_trace_id(cpu); ^~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'util' failed make[5]: *** [util] Error 2 /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'arm64' failed make[4]: *** [arm64] Error 2 /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'arch' failed make[3]: *** [arch] Error 2 52 19.34 ubuntu:18.04-x-m68k : Ok m68k-linux-gnu-gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 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 BB547C6FD18 for ; Wed, 29 Mar 2023 19:29:19 +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=HJNTWIQPI91Sijazg4DTAeOA+jDi0ren+SkqLqINRdU=; b=oFK+w1c8ZNfVrb r9mGrOuK0d5NRO5c7dDzWko7+zv2vFH3g5of3++e5w4+RiVmDC+50o2c7SzNjHbZPXuafhv/Nj8z7 fX9KG7wsgokJaydABJoaavJhQT1VedPGIzEb8Kp5LbW2ItLTb5tl2rjCocvVisyKU4NTds1ThgdWI RwSDV1GVpuDhhyuj+YrrqxJ/9UFOMLGJed85QdlDj7EsikSeh3R8T580eRMi9lgPMVKaI2PzXsuYR og15OH8gGFoeKsrID9+Oo14LOGHXVr/x6WMl690ZS9ahWRZhQedkaLNw+KsPRd3HrP7rg422/NXXp sf19+9RMrbaj5I6mEtNA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1phbT7-001cxb-0w; Wed, 29 Mar 2023 19:28:25 +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 1phbT5-001cx3-2e for linux-arm-kernel@bombadil.infradead.org; Wed, 29 Mar 2023 19:28:23 +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=l4EP4JejjkhgEgK/Gk4Sun3KTAoDIZGOtJiMM0K/CH0=; b=F+WT0y7gqdr1FOhSyrCoEmZDpp bgU9lyVMguq7dPCB8UCIRb3M2abpHFUYj1wyQr2GnZJVJIBPDO57dfPDUxMITu/2MPrcGlV33zJKU ChEjzTurYXYKOb2QpdtSCIegTr4ykTH1yx2PAGkdBufvPvdP/hnb/gNBBxM8Efg4B9NKEmZViZ0y2 voBpcTq53esPn5b94YJTjQ+dEgPgkqbqF6dNAkYDwVLoyNzc2o/kDfcIP9qZ0Fad8pPPP5ckoqHIi lDLGaUj8LkiAxSs8n/bAj47pT+d3mlXYR0D62DzNGiPS41k6gKUnz2fhWFwiiWxhEh7nwiQSFbtar 7CnQvtLg==; Received: from [187.19.239.165] (helo=quaco.ghostprotocols.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1phbT3-006wAT-1u; Wed, 29 Mar 2023 19:28:21 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 542734052D; Wed, 29 Mar 2023 16:28:19 -0300 (-03) Date: Wed, 29 Mar 2023 16:28:19 -0300 From: Arnaldo Carvalho de Melo To: Mike Leach Cc: linux-perf-users@vger.kernel.org, linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org, linux-kernel@vger.kernel.org, suzuki.poulose@arm.com, leo.yan@linaro.org, peterz@infradead.org, mingo@redhat.com, will@kernel.org, mark.rutland@arm.com, alexander.shishkin@linux.intel.com, jolsa@redhat.com, namhyung@kernel.org, gankulkarni@os.amperecomputing.com, darren@os.amperecomputing.com, James Clark Subject: Re: [PATCH v8 1/3] perf: cs-etm: Move mapping of Trace ID and cpu into helper function Message-ID: References: <20230329111422.3693-1-mike.leach@linaro.org> <20230329111422.3693-2-mike.leach@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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 Wed, Mar 29, 2023 at 03:47:25PM +0100, Mike Leach escreveu: > On Wed, 29 Mar 2023 at 14:22, Arnaldo Carvalho de Melo wrote: > > > > Em Wed, Mar 29, 2023 at 01:59:10PM +0100, Mike Leach escreveu: > > > Sorry - my error. > > > > > > The same change is made in patch 3/3 of this set. > > > > > > Looks like I didn't do a patch by patch build check when I was testing yesterday > > > > np, its fixed now and pushed to tmp.perf-tools-next, please check, will > > go to perf-tools-next later today after passing thru my set of container > > build tests. > > > > - Arnaldo > > tmp.perf-tools-next - Builds and tests OK Not here, I'll check after a call: 50 9.90 ubuntu:18.04-x-arm : FAIL gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) arch/arm/util/cs-etm.c: In function 'cs_etm_save_ete_header': arch/arm/util/cs-etm.c:720:29: error: implicit declaration of function 'coresight_get_trace_id' [-Werror=implicit-function-declaration] data[CS_ETE_TRCTRACEIDR] = coresight_get_trace_id(cpu); ^~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'util' failed make[5]: *** [util] Error 2 /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'arm' failed make[4]: *** [arm] Error 2 /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'arch' failed make[3]: *** [arch] Error 2 51 9.50 ubuntu:18.04-x-arm64 : FAIL gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) arch/arm64/util/../../arm/util/cs-etm.c: In function 'cs_etm_save_ete_header': arch/arm64/util/../../arm/util/cs-etm.c:720:29: error: implicit declaration of function 'coresight_get_trace_id' [-Werror=implicit-function-declaration] data[CS_ETE_TRCTRACEIDR] = coresight_get_trace_id(cpu); ^~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'util' failed make[5]: *** [util] Error 2 /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'arm64' failed make[4]: *** [arm64] Error 2 /git/perf-6.3.0-rc1/tools/build/Makefile.build:140: recipe for target 'arch' failed make[3]: *** [arch] Error 2 52 19.34 ubuntu:18.04-x-m68k : Ok m68k-linux-gnu-gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel