From patchwork Tue Aug 6 20:41:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Yan X-Patchwork-Id: 13755299 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 9238CC52D6F for ; Tue, 6 Aug 2024 20:45:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=HZI59yH5y7v2uLivd8kK9hVx4zfqvhMZyAB1MMeY6L8=; b=DmI14xUahCOPqGs0RQbleo7ceb JmoepTa6/eA2iG5F0Q6e8qgkq9iExNBc3HhM4RACvAMB7tGtiBHR8SSSgYGImLGTv9bvJuMApb1vo WgJho2Fip8McDKQCM0SzRBbS5I9MH20KhPunmi6qj2ZKvqghsdVmv0CzwOLqCv4MdPthYgWfLeIv1 CV0FTf9VDgC9NEp8cshNwYWPIp5fMrWddDnX10op8esM6WdB8JrJUjipnQiodTolmfwzkZ/r7r/lm 4FHbZP3TncahYjxj9DjTVhDPGSwSEni/Z5CVT5BKeSegKn32kxM2jMzZVfd7IdI0huL6kGM5UTUfL sXX2U+Tg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbR3j-00000002rTs-3hhy; Tue, 06 Aug 2024 20:45:31 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbR0J-00000002qPJ-0XQJ for linux-arm-kernel@lists.infradead.org; Tue, 06 Aug 2024 20:42:00 +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 204571063; Tue, 6 Aug 2024 13:42:24 -0700 (PDT) Received: from e132581.cambridge.arm.com (e132581.arm.com [10.2.76.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 79AFD3F766; Tue, 6 Aug 2024 13:41:56 -0700 (PDT) From: Leo Yan To: Arnaldo Carvalho de Melo , Namhyung Kim , Ian Rogers , Adrian Hunter , James Clark , Suzuki K Poulose , Mike Leach , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Liang, Kan" Cc: Leo Yan Subject: [PATCH v1 6/9] perf hisi-ptt: Remove the unused 'pmu_type' field Date: Tue, 6 Aug 2024 21:41:27 +0100 Message-Id: <20240806204130.720977-7-leo.yan@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240806204130.720977-1-leo.yan@arm.com> References: <20240806204130.720977-1-leo.yan@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240806_134159_234342_DFA53214 X-CRM114-Status: UNSURE ( 9.11 ) 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 The 'pmu_type' field is not used, remove it. Signed-off-by: Leo Yan --- tools/perf/util/hisi-ptt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/perf/util/hisi-ptt.c b/tools/perf/util/hisi-ptt.c index 57dd98afb0d2..859e1bc38e12 100644 --- a/tools/perf/util/hisi-ptt.c +++ b/tools/perf/util/hisi-ptt.c @@ -32,7 +32,6 @@ struct hisi_ptt { u32 auxtrace_type; struct perf_session *session; struct machine *machine; - u32 pmu_type; }; static enum hisi_ptt_pkt_type hisi_ptt_check_packet_type(unsigned char *buf) @@ -166,7 +165,6 @@ int hisi_ptt_process_auxtrace_info(union perf_event *event, ptt->session = session; ptt->machine = &session->machines.host; /* No kvm support */ ptt->auxtrace_type = auxtrace_info->type; - ptt->pmu_type = auxtrace_info->priv[0]; ptt->auxtrace.process_event = hisi_ptt_process_event; ptt->auxtrace.process_auxtrace_event = hisi_ptt_process_auxtrace_event;