From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754548AbdKMSwc (ORCPT ); Mon, 13 Nov 2017 13:52:32 -0500 Received: from mga06.intel.com ([134.134.136.31]:17266 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754248AbdKMSw3 (ORCPT ); Mon, 13 Nov 2017 13:52:29 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,389,1505804400"; d="scan'208";a="1476481" Date: Mon, 13 Nov 2017 10:52:27 -0800 From: Andi Kleen To: Fengguang Wu Cc: Linus Torvalds , Jeff Kirsher , Network Development , "David S. Miller" , Linux Kernel Mailing List , intel-wired-lan@lists.osuosl.org, Michal Marek , Sam Ravnborg , Dirk Gouders , linux-kbuild@vger.kernel.org, lkp@intel.com, "Zhang, Rui" , "Lu, Aaron" Subject: Re: CONFIG_DEBUG_INFO_SPLIT impacts on faddr2line Message-ID: <20171113185227.GM8522@tassilo.jf.intel.com> References: <20171107102156.3fgxt6y6v5y2kqnf@wfg-t540p.sh.intel.com> <20171108094832.qxvkawpw2snpcbvh@wfg-t540p.sh.intel.com> <20171108171230.ccf7lwutjysk26fc@wfg-t540p.sh.intel.com> <20171113011338.3qmnp64pttyscuus@wfg-t540p.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171113011338.3qmnp64pttyscuus@wfg-t540p.sh.intel.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > It's the "CONFIG_DEBUG_INFO_SPLIT" thing that makes faddr2line unable > > to see the inlining information, > > > > Using OPTIMIZE_INLINING is fine. > > Good to know that! It works for me. Perhaps your binutils is too old? It was added at some point. Can you try upgrading? % ./linux/scripts/faddr2line obj/vmlinux schedule+10 schedule+10/0x80: schedule at arch/x86/include/asm/current.h:15 % addr2line --version GNU addr2line version 2.27-24.fc26 -Andi