Blame SOURCES/0489-dracut.cmdline.7.asc-update-document-for-rd.memdebug.patch

18971c
From 01e66d43d84a9df9aa5de78a203b4c32e0fa98ec Mon Sep 17 00:00:00 2001
18971c
From: Xunlei Pang <xlpang@redhat.com>
18971c
Date: Fri, 25 Nov 2016 14:55:43 +0800
18971c
Subject: [PATCH] dracut.cmdline.7.asc: update document for rd.memdebug=4
18971c
18971c
"rd.memdebug=4" is for kernel module memory consumption debugging.
18971c
18971c
Signed-off-by: Xunlei Pang <xlpang@redhat.com>
18971c
---
18971c
 dracut.cmdline.7.asc | 8 ++++++--
18971c
 1 file changed, 6 insertions(+), 2 deletions(-)
18971c
18971c
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc
18971c
index b479fa89..16266381 100644
18971c
--- a/dracut.cmdline.7.asc
18971c
+++ b/dracut.cmdline.7.asc
18971c
@@ -161,8 +161,8 @@ It should be attached to any report about dracut problems.
18971c
     _/run/initramfs/init.log_.
18971c
     If "quiet" is set, it also logs to the console.
18971c
 
18971c
-**rd.memdebug=[0-3]**::
18971c
-    Print memory usage info at various points, set the verbose level from 0 to 3.
18971c
+**rd.memdebug=[0-4]**::
18971c
+    Print memory usage info at various points, set the verbose level from 0 to 4.
18971c
 +    
18971c
     Higher level means more debugging output:
18971c
 +
18971c
@@ -171,6 +171,10 @@ It should be attached to any report about dracut problems.
18971c
     1 - partial /proc/meminfo
18971c
     2 - /proc/meminfo
18971c
     3 - /proc/meminfo + /proc/slabinfo
18971c
+    4 - /proc/meminfo + /proc/slabinfo + tracekomem
18971c
+        NOTE: tracekomem is a shell script utilizing kernel trace to track
18971c
+              the rough total memory consumption of kernel modules during
18971c
+              loading. It may override other trace configurations.
18971c
 ----
18971c
 
18971c
 **rd.break**::