dect
/
linux-2.6
Archived
13
0
Fork 0

debugfs: Change debuhgfs directory of trace-events-sample.h

Default directory of debug filesystem for ftrace is /sys/kernel/debug/.

Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
GeunSik Lim 2009-09-07 21:37:37 +09:00 committed by Greg Kroah-Hartman
parent 52ad51e7a9
commit 088a4eed28
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/*
* If TRACE_SYSTEM is defined, that will be the directory created
* in the ftrace directory under /debugfs/tracing/events/<system>
* in the ftrace directory under /sys/kernel/debug/tracing/events/<system>
*
* The define_trace.h below will also look for a file name of
* TRACE_SYSTEM.h where TRACE_SYSTEM is what is defined here.