From nobody Mon Apr 6 08:11:53 2026 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 BD041C6FA89 for ; Fri, 9 Sep 2022 04:46:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229639AbiIIEqK (ORCPT ); Fri, 9 Sep 2022 00:46:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229776AbiIIEpr (ORCPT ); Fri, 9 Sep 2022 00:45:47 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DF025F7D7; Thu, 8 Sep 2022 21:45:46 -0700 (PDT) Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4MP3Jr2SvCznVCt; Fri, 9 Sep 2022 12:43:08 +0800 (CST) Received: from cgs.huawei.com (10.244.148.83) by kwepemi500012.china.huawei.com (7.221.188.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Fri, 9 Sep 2022 12:45:43 +0800 From: Gaosheng Cui To: , , , , , , , , , CC: , Subject: [PATCH 1/2] perf sort: remove hist_entry__sort_list and sort__first_dimension declaration Date: Fri, 9 Sep 2022 12:45:41 +0800 Message-ID: <20220909044542.1087870-2-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220909044542.1087870-1-cuigaosheng1@huawei.com> References: <20220909044542.1087870-1-cuigaosheng1@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemi500012.china.huawei.com (7.221.188.12) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" hist_entry__sort_list and sort__first_dimension have been removed since commit cfaa154b2335 ("perf tools: Get rid of obsolete hist_entry__sort_list"), so remove it. Signed-off-by: Gaosheng Cui --- tools/perf/util/sort.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index 2ddc00d1c464..af14eb46c2b6 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h @@ -34,7 +34,6 @@ extern struct sort_entry sort_dso_to; extern struct sort_entry sort_sym_from; extern struct sort_entry sort_sym_to; extern struct sort_entry sort_srcline; -extern enum sort_type sort__first_dimension; extern const char default_mem_sort_order[]; =20 struct res_sample { @@ -295,7 +294,6 @@ struct block_hist { }; =20 extern struct sort_entry sort_thread; -extern struct list_head hist_entry__sort_list; =20 struct evlist; struct tep_handle; --=20 2.25.1 From nobody Mon Apr 6 08:11:53 2026 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 5CDFDECAAD3 for ; Fri, 9 Sep 2022 04:46:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229794AbiIIEqM (ORCPT ); Fri, 9 Sep 2022 00:46:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229791AbiIIEpr (ORCPT ); Fri, 9 Sep 2022 00:45:47 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C91B06DF90; Thu, 8 Sep 2022 21:45:46 -0700 (PDT) Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.55]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MP3Hg0mgHzmVGK; Fri, 9 Sep 2022 12:42:07 +0800 (CST) Received: from cgs.huawei.com (10.244.148.83) by kwepemi500012.china.huawei.com (7.221.188.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Fri, 9 Sep 2022 12:45:44 +0800 From: Gaosheng Cui To: , , , , , , , , , CC: , Subject: [PATCH 2/2] perf tools: remove perf_pmu_lex declaration Date: Fri, 9 Sep 2022 12:45:42 +0800 Message-ID: <20220909044542.1087870-3-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220909044542.1087870-1-cuigaosheng1@huawei.com> References: <20220909044542.1087870-1-cuigaosheng1@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemi500012.china.huawei.com (7.221.188.12) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" perf_pmu_lex has been removed since commit 65f3e56e0c81 ("perf tools: Remove auto-generated bison/flex files"), so remove it. Signed-off-by: Gaosheng Cui --- tools/perf/util/pmu.y | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/perf/util/pmu.y b/tools/perf/util/pmu.y index bfd7e8509869..0dab0ec2eff7 100644 --- a/tools/perf/util/pmu.y +++ b/tools/perf/util/pmu.y @@ -10,8 +10,6 @@ #include #include "pmu.h" =20 -extern int perf_pmu_lex (void); - #define ABORT_ON(val) \ do { \ if (val) \ --=20 2.25.1