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

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