On Mon, 14 Jul 2008, David Teigland wrote:
quoted text >
> On Thu, Jul 10, 2008 at 12:46:01PM -0400, Steven Rostedt wrote:
> > +The File System
> > +---------------
> > +
> > +Ftrace uses the debugfs file system to hold the control files as well
> > +as the files to display output.
> > +
> > +To mount the debugfs system:
> > +
> > + # mkdir /debug
> > + # mount -t debugfs nodev /debug
>
>
> I believe /sys/kernel/debug is the proper mount point.
I've heard about that, but it just seems like a deep path. I can mention
that at the begining of the document then say:
For shorter path names in the following examples, we will simply mount
the debugfs at /debug.
-- Steve
--
unsubscribe notice 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/
Messages in current thread:
Re: [PATCH] ftrace: Documentation , Steven Rostedt , (Mon Jul 14, 12:59 pm)