Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp666308img; Fri, 22 Mar 2019 06:12:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqy+zYUWRlEnyu417KdLZu0//2N6xM9KWUf/j2BbaUfdXiGqroVqwnFICMYpzRAXDkre7XF9 X-Received: by 2002:a63:66c4:: with SMTP id a187mr8266416pgc.369.1553260359399; Fri, 22 Mar 2019 06:12:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553260359; cv=none; d=google.com; s=arc-20160816; b=Y+r9/Eg4pYb6o4zHc29wzuhr8OKODkqSaSkp14fXAo7CpAVcQVJau/sJTyxPzNkLKu lDblp+AGDq9ihVALUJAa/87GuETHw0T6rdnx97iZg3FNt6t1RQOr+H16EqHVdtbeQjor PD4VU/D04Rtkc06Jv0v/a/84KQtcOPd32OiIO3BCan8tUmphjD9dLNBkerRGFLt9MWcv wsuFXr2yeJqmTpuvZjC8fuADoXGp5wp+6/RnKAWRydFvGW6nFvUFPFFqeAg/rZ6o9muB YuuxRDcRsF7ER1XOb6nQacFO6atXwUbEG4Whpa6VrJ8eBKe0zM+erkdOXVlWYBLeyAGr RcCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=10VsaRrsnV5RvyQAOwcLVOerqofttytCaGaDicn9afE=; b=a71OEd4uzYiV29ASpiAPN+ETm855UQh5D0p69ZamZx1qYjy3/nw4xUsJYQnUL+KvEL NQ4Cdu3iFnkCtL/tuneyI2lLWceOTf0D9aKd8ZvQ3mC8p9cBGAuJGKy5o6LCXlhS4cLX 57Ka5NDK4EYWmTSjI73ma46pImUkgYlFasVw1cJWHygu7QYdMk8XvVst3on3VGMe47aw 2UpsZ6sl9qURBqBS1smZcYFOMTYqHckOJQyVPQLf3NSYrblPrCxFQrBtemXlcWZPdTE9 g4PA7C6eB0g4XIvJdI9+Pa2Z8UGVGSNHU1Gf/ZUzqJ81mX+qV7wR/F7p27llX5XJIXJB 9Mvw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=j19alPVe; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l65si7087368plb.338.2019.03.22.06.12.21; Fri, 22 Mar 2019 06:12:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=j19alPVe; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730181AbfCVLck (ORCPT + 99 others); Fri, 22 Mar 2019 07:32:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:32858 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730178AbfCVLch (ORCPT ); Fri, 22 Mar 2019 07:32:37 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 199B620449; Fri, 22 Mar 2019 11:32:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553254356; bh=Ajb1+1T6rJGTE+FbWaateVmP7oF8Wk31PGx4F+x7bIQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=j19alPVeNQDuuHfF25zRHe/0p4BmV2+v1acrmUI6gcFjFTQmvp5WCTJUSpIJ/gvUV oDhX8vgI/xtYtE03GmmU3GeGMFK126hLv1o+IDO9ROI4o7SSesYGXrWXIX0/+dKoWt QyanGZZIX+B8yh3Si7453KmhqC1rjNoiR5OAbMUs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jiri Olsa , Alexander Shishkin , Masami Hiramatsu , Michael Petlan , Namhyung Kim , Nick Clifton , Peter Zijlstra , Arnaldo Carvalho de Melo , Sasha Levin Subject: [PATCH 4.4 110/230] perf symbols: Filter out hidden symbols from labels Date: Fri, 22 Mar 2019 12:14:08 +0100 Message-Id: <20190322111244.333581216@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190322111236.796964179@linuxfoundation.org> References: <20190322111236.796964179@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit 59a17706915fe5ea6f711e1f92d4fb706bce07fe ] When perf is built with the annobin plugin (RHEL8 build) extra symbols are added to its binary: # nm perf | grep annobin | head -10 0000000000241100 t .annobin_annotate.c 0000000000326490 t .annobin_annotate.c 0000000000249255 t .annobin_annotate.c_end 00000000003283a8 t .annobin_annotate.c_end 00000000001bce18 t .annobin_annotate.c_end.hot 00000000001bce18 t .annobin_annotate.c_end.hot 00000000001bc3e2 t .annobin_annotate.c_end.unlikely 00000000001bc400 t .annobin_annotate.c_end.unlikely 00000000001bce18 t .annobin_annotate.c.hot 00000000001bce18 t .annobin_annotate.c.hot ... Those symbols have no use for report or annotation and should be skipped. Moreover they interfere with the DWARF unwind test on the PPC arch, where they are mixed with checked symbols and then the test fails: # perf test dwarf -v 59: Test dwarf unwind : --- start --- test child forked, pid 8515 unwind: .annobin_dwarf_unwind.c:ip = 0x10dba40dc (0x2740dc) ... got: .annobin_dwarf_unwind.c 0x10dba40dc, expecting test__arch_unwind_sample unwind: failed with 'no error' The annobin symbols are defined as NOTYPE/LOCAL/HIDDEN: # readelf -s ./perf | grep annobin | head -1 40: 00000000001bce4f 0 NOTYPE LOCAL HIDDEN 13 .annobin_init.c They can still pass the check for the label symbol. Adding check for HIDDEN and INTERNAL (as suggested by Nick below) visibility and filter out such symbols. > Just to be awkward, if you are going to ignore STV_HIDDEN > symbols then you should probably also ignore STV_INTERNAL ones > as well... Annobin does not generate them, but you never know, > one day some other tool might create some. Signed-off-by: Jiri Olsa Cc: Alexander Shishkin Cc: Masami Hiramatsu Cc: Michael Petlan Cc: Namhyung Kim Cc: Nick Clifton Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20190128133526.GD15461@krava Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Sasha Levin --- tools/perf/util/symbol-elf.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/perf/util/symbol-elf.c b/tools/perf/util/symbol-elf.c index 7c97ecaeae48..2070c02de3af 100644 --- a/tools/perf/util/symbol-elf.c +++ b/tools/perf/util/symbol-elf.c @@ -74,6 +74,11 @@ static inline uint8_t elf_sym__type(const GElf_Sym *sym) return GELF_ST_TYPE(sym->st_info); } +static inline uint8_t elf_sym__visibility(const GElf_Sym *sym) +{ + return GELF_ST_VISIBILITY(sym->st_other); +} + #ifndef STT_GNU_IFUNC #define STT_GNU_IFUNC 10 #endif @@ -98,7 +103,9 @@ static inline int elf_sym__is_label(const GElf_Sym *sym) return elf_sym__type(sym) == STT_NOTYPE && sym->st_name != 0 && sym->st_shndx != SHN_UNDEF && - sym->st_shndx != SHN_ABS; + sym->st_shndx != SHN_ABS && + elf_sym__visibility(sym) != STV_HIDDEN && + elf_sym__visibility(sym) != STV_INTERNAL; } static bool elf_sym__is_a(GElf_Sym *sym, enum map_type type) -- 2.19.1