linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Kconfig.debug: fix the help description in SCHED_DEBUG
@ 2023-01-29  2:13 ye.xingchen
  0 siblings, 0 replies; only message in thread
From: ye.xingchen @ 2023-01-29  2:13 UTC (permalink / raw)
  To: akpm
  Cc: keescook, nathan, peterz, ndesaulniers, jpoimboe, rdunlap,
	geert+renesas, ojeda, zhaoyang.huang, vbabka, dan.j.williams,
	linux, linux-kernel

From: ye xingchen <ye.xingchen@zte.com.cn>

The right File Path about SCHED_DEBUG is /sys/kernel/debug/sched.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
---
 lib/Kconfig.debug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 520884f8f8e1..d7fc48b6de45 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1146,7 +1146,7 @@ config SCHED_DEBUG
 	depends on DEBUG_KERNEL && PROC_FS
 	default y
 	help
-	  If you say Y here, the /proc/sched_debug file will be provided
+	  If you say Y here, the /sys/kernel/debug/sched file will be provided
 	  that can help debug the scheduler. The runtime overhead of this
 	  option is minimal.

-- 
2.25.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-29  2:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29  2:13 [PATCH] Kconfig.debug: fix the help description in SCHED_DEBUG ye.xingchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).