From mboxrd@z Thu Jan 1 00:00:00 1970 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 15D7CEE4996 for ; Mon, 21 Aug 2023 16:42:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232538AbjHUQmu (ORCPT ); Mon, 21 Aug 2023 12:42:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234963AbjHUQmt (ORCPT ); Mon, 21 Aug 2023 12:42:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 890DFF3 for ; Mon, 21 Aug 2023 09:42:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1FA8163ECA for ; Mon, 21 Aug 2023 16:42:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BEB3C433C7; Mon, 21 Aug 2023 16:42:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1692636166; bh=Qvq9AyAV19dhuMM8THXZZHEiRqS/Ypiy5kAjwep9MNo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bysd5ZUrh2Mbkem+bfEacW1gwU/DTewsk/209FtPQ4Mnw/Zm22+ddFZFWGlUxf7rK Yan0kZosKqEIlCoh+6Ytkp4l6QkTJGRU00b82jqkKBwiBm6JA5jfDJfQhrtA/8D8ty uaA35T9sT39TB7yL5xsJY9DjGZGIcYzLRyQzD8GE= Date: Mon, 21 Aug 2023 18:42:43 +0200 From: Greg KH To: acme@kernel.org Cc: stable@vger.kernel.org, Jesper Dangaard Brouer , Artem Savkov , Andrii Nakryiko , Namhyung Kim , Adrian Hunter , Alexander Shishkin , Ian Rogers , Ingo Molnar , Jiri Olsa , Mark Rutland , Masami Hiramatsu , Milian Wolff , Peter Zijlstra , Arnaldo Carvalho de Melo Subject: Re: [PATCH 6.4.y 1/1] Revert "perf report: Append inlines to non-DWARF callchains" Message-ID: <2023082133-humility-quack-3c9c@gregkh> References: <2023081251-conceal-stool-53f1@gregkh> <20230815180342.274263-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230815180342.274263-1-acme@kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 15, 2023 at 03:03:42PM -0300, acme@kernel.org wrote: > From: Arnaldo Carvalho de Melo > > This reverts commit 46d21ec067490ab9cdcc89b9de5aae28786a8b8e. > > The tests were made with a specific workload, further tests on a > recently updated fedora 38 system with a system wide perf.data file > shows 'perf report' taking excessive time resolving inlines in vmlinux, > so lets revert this until a full investigation and improvement on the > addr2line support code is made. > > Reported-by: Jesper Dangaard Brouer > Acked-by: Artem Savkov > Tested-by: Jesper Dangaard Brouer > Cc: Andrii Nakryiko > Cc: Namhyung Kim > Cc: Adrian Hunter > Cc: Alexander Shishkin > Cc: Ian Rogers > Cc: Ingo Molnar > Cc: Jiri Olsa > Cc: Mark Rutland > Cc: Masami Hiramatsu > Cc: Milian Wolff > Cc: Peter Zijlstra > Link: https://lore.kernel.org/r/ZMl8VyhdwhClTM5g@kernel.org > Signed-off-by: Arnaldo Carvalho de Melo > (cherry picked from commit c0b067588a4836b762cfc6a4c83f122ca1dbb93a) > Signed-off-by: Arnaldo Carvalho de Melo Now queued up, thanks. greg k-h