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 7E1CFC7EE2E for ; Mon, 12 Jun 2023 23:32:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233202AbjFLXcO (ORCPT ); Mon, 12 Jun 2023 19:32:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36988 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230337AbjFLXcN (ORCPT ); Mon, 12 Jun 2023 19:32:13 -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 8589710CC; Mon, 12 Jun 2023 16:32:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E2DA961048; Mon, 12 Jun 2023 23:32:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D421C433D2; Mon, 12 Jun 2023 23:32:01 +0000 (UTC) Date: Mon, 12 Jun 2023 19:31:59 -0400 From: Steven Rostedt To: Andrii Nakryiko Cc: Jiri Olsa , Yonghong Song , Masami Hiramatsu , Mark Rutland , Andrii Nakryiko , lkml , linux-trace-kernel@vger.kernel.org, bpf@vger.kernel.org, Jackie Liu Subject: Re: [PATCHv2] ftrace: Show all functions with addresses in available_filter_functions_addrs Message-ID: <20230612193159.2b3d81ff@gandalf.local.home> In-Reply-To: References: <20230611130029.1202298-1-jolsa@kernel.org> <53a11f31-256d-e7bc-eca5-597571076dc5@meta.com> <20230611225407.3e9b8ad2@gandalf.local.home> <20230611225754.01350a50@gandalf.local.home> <20230612110222.50c254f3@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-kernel@vger.kernel.org On Mon, 12 Jun 2023 16:28:49 -0700 Andrii Nakryiko wrote: > If Steven would be ok with it, can we land this change through the > bpf-next tree? Then we can have BPF selftest added in the same patch > set that parses a new file and uses bpf_program__attach_kprobe_multi() > to attach using explicit addresses. > > This should make it clear to everyone how this is meant to be used and > will be a good test that everything works end-to-end. > This touches some of the code I'm working with, so I rather have it be in my tree. -- Steve