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 C5C1BC25B0E for ; Mon, 15 Aug 2022 08:04:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241594AbiHOIDn (ORCPT ); Mon, 15 Aug 2022 04:03:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241377AbiHOIDj (ORCPT ); Mon, 15 Aug 2022 04:03:39 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DBA351E3E9; Mon, 15 Aug 2022 01:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ZV7O1q7GRRTf8eDqThhTkWt59oZOPqEye5wXP3M1qao=; b=ajHARInlfJPzdTXMO14RRLBPOG AGU1h0X8dJ3JZD4TBQiCrgVP+EdnB/1zO2Z/bz8JZNNpmJ71TQ9ga46wSCMJCz6jtncIPMtRCdYgU fKF879gEU8JxR7KKcILpijWstXw+YpR6sKOTrD4JDz3lKTKhRZgP00tMYF/fSayICwAk7jOtYdQrP a3Vx1x+xp0EL09DAsRvRDsGxIusafbhYZuCOcwos/4PIjaEEnDKGpJQmJekvOqrPeqwDM8ACmF0ga 45TU2hMS/HVDKjULd31XFHVZX4nvQDE7Til69Wnck6ck+IBrVm65Q6FlhNzO5jFCf2x54GxceoI+7 V5Xk3ciw==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=worktop.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oNV4A-005XbO-8r; Mon, 15 Aug 2022 08:03:18 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id 2D90B980153; Mon, 15 Aug 2022 10:03:17 +0200 (CEST) Date: Mon, 15 Aug 2022 10:03:17 +0200 From: Peter Zijlstra To: Steven Rostedt Cc: Jiri Olsa , Alexei Starovoitov , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Ingo Molnar , bpf , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , LKML , Josh Poimboeuf Subject: Re: [RFC] ftrace: Add support to keep some functions out of ftrace Message-ID: References: <20220722110811.124515-1-jolsa@kernel.org> <20220722072608.17ef543f@rorschach.local.home> <20220722120854.3cc6ec4b@gandalf.local.home> <20220722122548.2db543ca@gandalf.local.home> <20220722174120.688768a3@gandalf.local.home> <20220813150252.5aa63650@rorschach.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220813150252.5aa63650@rorschach.local.home> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 13, 2022 at 03:02:52PM -0400, Steven Rostedt wrote: > On Fri, 12 Aug 2022 23:18:15 +0200 > Jiri Olsa wrote: > > > the patch below moves the bpf function into sepatate object and switches > > off the -mrecord-mcount for it.. so the function gets profile call > > generated but it's not visible to ftrace Why ?!?