From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2874D14D29B; Wed, 25 Dec 2024 21:59:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735163996; cv=none; b=Z6q/yT8UfOG/iHUfIAFc0SCoUDRDNu+DzW8bjEC6HZpBjY/6pEsErBFCJE77zjFWzvuPEyHrZQF4Ygw3nh0vWf2DhetafaV/AMUf6UTaJGV7S0U7psKsJ1pbJMYodH0bdP+IG8EIM6t73aCMtzpFps3h92Rdg87Ajb4WGtco5t8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735163996; c=relaxed/simple; bh=qpPGukD0lWUd8f7aIzu9seGNNiARwpK8dZpGs6l4AiA=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=BMJKluvuxb11RcsNDpMRe+RI+yz/ULfbzSd7svngrr0wBuwwZ0YCOREsdRiQELe/OFfxWy/yPMqUuCZ+s+Vww/fN5600La2QmfiQEDdP90MaFaLUuXZN/wnVpVSHAmfyQ38B+cNFanEhy77RRr7EiOnOdM4sBbHpHMumTY4vPLs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 335C9C4CECD; Wed, 25 Dec 2024 21:59:54 +0000 (UTC) Date: Wed, 25 Dec 2024 16:59:54 -0500 From: Steven Rostedt To: "Masami Hiramatsu (Google)" Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, Mark Rutland , Mathieu Desnoyers , Andrew Morton , Sven Schnelle , Paul Walmsley , Palmer Dabbelt , Albert Ou , Guo Ren , Donglin Peng , Zheng Yejian , bpf@vger.kernel.org Subject: Re: [PATCH v2 1/4] ftrace: Add print_function_args() Message-ID: <20241225165954.35bcce5f@batman.local.home> In-Reply-To: <20241225221555.092d66edb15d7693646c7945@kernel.org> References: <20241223201347.609298489@goodmis.org> <20241223201541.898496620@goodmis.org> <20241225221555.092d66edb15d7693646c7945@kernel.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 25 Dec 2024 22:15:55 +0900 Masami Hiramatsu (Google) wrote: > > > > +config FUNCTION_TRACE_ARGS > > + bool > > + depends on HAVE_FUNCTION_ARG_ACCESS_API > > + depends on DEBUG_INFO_BTF > > For using the BTF APIs, we also needs BPF_SYSCALL (DEBUG_INFO_BTF just > compiles the BTF info into the kernel binary.) > > Others looks good to me. Hmm, I removed it due to this feedback: https://lore.kernel.org/linux-trace-kernel/20240909225614.4f6d022e58f1276113c8492b@kernel.org/ > > Revewied-by: Masami Hiramatsu (Google) Thanks! -- Steve