From patchwork Thu Aug 5 12:56:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Clark X-Patchwork-Id: 12421135 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=-12.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 1FF39C4320A for ; Thu, 5 Aug 2021 12:59:04 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D7DE460720 for ; Thu, 5 Aug 2021 12:59:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D7DE460720 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=DWsMYkrZLA1QeuRRdBNQSh3BbmuIcRV69YSFDSfZo0g=; b=ziNwYsaQpDmgD3 C+PIinxMjDyetRHabwAvFU/NfWIEcVOvFEMLhpLQwXOM5nSAjAgUp1RvYHy+CDbSaibcAjH/PCAuo jRXi65miF8PZtWKWfkQQx3SoptrkctShwyqCgzxEC3jBs6WIcAVbYkGez6uW0djDAO2LxxsDE8fXn asSR71B89laWydkYoPzzGdVCYvou5bWK9hfi5krwK4ibJq7rXm1b/X+cJaWmK2ajTASIfQbYQxsWs 4wHS5IhRrL8YLkUPbYlqtuNc9fjnSQpXvG/TQM3SSsgvhiK34xx63n+j3XNiG8fbKO6gER54grYpR KzDljvaxWier3zTFYhnw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBcwI-009Zqy-Ck; Thu, 05 Aug 2021 12:57:34 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBcwE-009Zp1-Ie for linux-arm-kernel@lists.infradead.org; Thu, 05 Aug 2021 12:57:31 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 35FC21042; Thu, 5 Aug 2021 05:57:26 -0700 (PDT) Received: from e121896.arm.com (unknown [10.57.40.41]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id BCCDF3F719; Thu, 5 Aug 2021 05:57:23 -0700 (PDT) From: James Clark To: acme@kernel.org, mathieu.poirier@linaro.org, leo.yan@linaro.org, coresight@lists.linaro.org, linux-perf-users@vger.kernel.org Cc: suzuki.poulose@arm.com, mike.leach@linaro.org, James Clark , John Garry , Will Deacon , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/1] perf tools: Warning fixes Date: Thu, 5 Aug 2021 13:56:33 +0100 Message-Id: <20210805125634.873368-1-james.clark@arm.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210805_055730_721140_5A1AB02E X-CRM114-Status: UNSURE ( 7.13 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Changes since v1: * Remove first 5 patches as they have been applied to perf/core * Add Leo's kernel symbols suggestion and reviewed by tag * Add reference to debuginfod as suggested by Arnaldo Applies to perf/core f3c33cbd92 James Clark (1): perf cs-etm: Add warnings for missing DSOs tools/perf/util/cs-etm.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)