Merge branch 'for-linus' of git://www.jni.nu/cris
[firefly-linux-kernel-4.4.55.git] / Documentation / dynamic-debug-howto.txt
index 60ae41f234d04ea752b2d0ded797d7a7ecf585e1..f959909d7154971d50f64cf773adea2b8afe7b6f 100644 (file)
@@ -205,12 +205,20 @@ of the characters:
 
 The flags are:
 
+f
+    Include the function name in the printed message
+l
+    Include line number in the printed message
+m
+    Include module name in the printed message
 p
     Causes a printk() message to be emitted to dmesg
+t
+    Include thread ID in messages not generated from interrupt context
 
-Note the regexp ^[-+=][scp]+$ matches a flags specification.
+Note the regexp ^[-+=][flmpt]+$ matches a flags specification.
 Note also that there is no convenient syntax to remove all
-the flags at once, you need to use "-psc".
+the flags at once, you need to use "-flmpt".
 
 
 Debug messages during boot process