Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757269AbZINVU7 (ORCPT ); Mon, 14 Sep 2009 17:20:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757254AbZINVU6 (ORCPT ); Mon, 14 Sep 2009 17:20:58 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.123]:47845 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755884AbZINVU6 (ORCPT ); Mon, 14 Sep 2009 17:20:58 -0400 Subject: Re: [PATCH v4] ftrace: document basic ftracer/ftracer graph needs From: Steven Rostedt Reply-To: rostedt@goodmis.org To: Mike Frysinger Cc: Frederic Weisbecker , linux-kernel@vger.kernel.org In-Reply-To: <8bd0f97a0909141401y56961a77nfb2b78b43e8b0426@mail.gmail.com> References: <20090614012457.GD5986@nowhere> <1244948719-22216-1-git-send-email-vapier@gentoo.org> <1252957702.20020.53.camel@gandalf.stny.rr.com> <8bd0f97a0909141321t515648c7ue0a7d377b99f13f5@mail.gmail.com> <1252961623.20020.56.camel@gandalf.stny.rr.com> <8bd0f97a0909141401y56961a77nfb2b78b43e8b0426@mail.gmail.com> Content-Type: text/plain Organization: Kihon Technologies Inc. Date: Mon, 14 Sep 2009 17:20:59 -0400 Message-Id: <1252963259.20020.58.camel@gandalf.stny.rr.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2013 Lines: 46 On Mon, 2009-09-14 at 17:01 -0400, Mike Frysinger wrote: > On Mon, Sep 14, 2009 at 16:53, Steven Rostedt wrote: > > On Mon, 2009-09-14 at 16:21 -0400, Mike Frysinger wrote: > >> On Mon, Sep 14, 2009 at 15:48, Steven Rostedt wrote: > >> > On Sat, 2009-06-13 at 23:05 -0400, Mike Frysinger wrote: > >> >> diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace/ftrace.txt > >> >> index fd9a3e6..95a39fb 100644 > >> >> --- a/Documentation/trace/ftrace.txt > >> >> +++ b/Documentation/trace/ftrace.txt > >> >> @@ -27,6 +27,12 @@ disabled, and more (ftrace allows for tracer plugins, which > >> >> means that the list of tracers can always grow). > >> >> > >> >> > >> >> +Implementation Details > >> >> +---------------------- > >> >> + > >> >> +See ftrace-implementation.txt for details for arch porters and such. > >> > > >> > Might want to specify that this is for the function tracer. > >> > >> well, all of ftrace.txt says "function tracer", so if/when someone > >> cleans that up, this will get fixed in the process. > > > > Well things do need to be clean up, the original code had the function > > tracer called ftrace, which it no longer does. Why add more incorrect > > documentation just to match the previous incorrect documentation? > > if the filename is updated, do i really need to duplicate it ? > > See function-tracer-design.txt for details for arch porters and such. > > if people add other design/porting info, this can be a simple list and > the filename itself can imply the details contained within ... Fine, then rename it to ftrace-design.txt (this corresponds to other docs in Documentation, like lockdep-design.txt and rt-mutex-design.txt) Then in the file, start it with "Function tracer implementation" or something similar. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/