[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.0905291234460.31247@gandalf.stny.rr.com>
Date: Fri, 29 May 2009 12:35:43 -0400 (EDT)
From: Steven Rostedt <rostedt@...dmis.org>
To: GeunSik Lim <leemgs1@...il.com>
cc: Greg KH <greg@...ah.com>,
linux-kernel <linux-kernel@...r.kernel.org>, trivial@...nel.org,
balagi@...tmail.de, bgamari@...il.com, Ingo Molnar <mingo@...e.hu>,
inaky.perez-gonzalez@...el.com
Subject: Re: [RFC V2 PATCH]debugfs:Fix terminology inconsistency of dir name
to mount debugfs filesystem.
On Fri, 29 May 2009, Steven Rostedt wrote:
> ===
> When debugfs is configured into the kernel (which selecting any ftrace
> option will do) the directory /sys/kernel/debug will be created. To mount
> this directory, you can add to your /etc/fstab file:
>
> debugfs /debug debugfs defaults 0 0
>
> Or you can mount it at run time with:
>
> mount -t debugfs nodev /sys/kernel/debug
>
> For quicker access to that directory you may want to make a soft link to
> it:
>
> ln -s /sys/kernel/debug /debug
>
> Any selected ftrace option will also create a directory called tracing
> within the debugfs. The rest of the document will assume that you are in
> the ftrace directory (cd /sys/kernel/debugfs) and will only concentrate
s,/sys/kernel/debugfs,/sys/kernel/debug/tracing,
> on the files within that directory and not distract from the content with
> the extended "/sys/kernel/debug/tracing" path name.
> ===
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists