Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756124AbZINVa0 (ORCPT ); Mon, 14 Sep 2009 17:30:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753918AbZINVaY (ORCPT ); Mon, 14 Sep 2009 17:30:24 -0400 Received: from mail-yw0-f174.google.com ([209.85.211.174]:64651 "EHLO mail-yw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750891AbZINVaX convert rfc822-to-8bit (ORCPT ); Mon, 14 Sep 2009 17:30:23 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=C5Le+k8x2kzROexgvecZZcKbzaEjred843VmUU//vUPoPgBWe3J8Zon1hosO3eejTh RhpXr3qERyBY5ZPAFvjDzd8CYD24KydUWyHhwjzwn/teEhcQU3IH2O8/aDoMjAI8aaHv 9gRdQp1Qbs26jw7jF4l9ZBBrI6Bio4f1i06QE= MIME-Version: 1.0 In-Reply-To: <1252963259.20020.58.camel@gandalf.stny.rr.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> <1252963259.20020.58.camel@gandalf.stny.rr.com> From: Mike Frysinger Date: Mon, 14 Sep 2009 17:30:05 -0400 Message-ID: <8bd0f97a0909141430m41bf529do3163822635a51713@mail.gmail.com> Subject: Re: [PATCH v4] ftrace: document basic ftracer/ftracer graph needs To: rostedt@goodmis.org Cc: Frederic Weisbecker , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2449 Lines: 54 On Mon, Sep 14, 2009 at 17:20, Steven Rostedt wrote: > 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. i'm fine with either way, i was just trying to point out what i thought was redundant information in the brief description. "See function-tracer-design.txt for details on the function tracer design.". although, if we're going to add nmi/syscall/dynamic tracer to the same file, it probably makes sense to go with "ftrace-design.txt". -mike -- 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/