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 8392BC4332F for ; Mon, 14 Nov 2022 15:02:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236754AbiKNPCh (ORCPT ); Mon, 14 Nov 2022 10:02:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236375AbiKNPCg (ORCPT ); Mon, 14 Nov 2022 10:02:36 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E8E31E71A; Mon, 14 Nov 2022 07:02:30 -0800 (PST) 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 sin.source.kernel.org (Postfix) with ESMTPS id B75ACCE10E4; Mon, 14 Nov 2022 15:02:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 32CDDC433D6; Mon, 14 Nov 2022 15:02:26 +0000 (UTC) Date: Mon, 14 Nov 2022 10:03:07 -0500 From: Steven Rostedt To: Chuck Lever Cc: linux-nfs@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] trace: Relocate event helper files Message-ID: <20221114100307.6abba30a@gandalf.local.home> In-Reply-To: <166843574651.160660.16747506894761495587.stgit@klimt.1015granger.net> References: <166843574651.160660.16747506894761495587.stgit@klimt.1015granger.net> 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-rdma@vger.kernel.org On Mon, 14 Nov 2022 09:36:39 -0500 Chuck Lever wrote: > > Can you please move them out of include/trace/events/ as that > > directory is "special" in the creation of events. > > That should be documented somewhere, but I couldn't think of a > place to write it down. Probably needs to be updated in the Documentation/trace/events.rst? -- Steve