diff options
Diffstat (limited to 'Documentation/kmemleak.txt')
-rw-r--r-- | Documentation/kmemleak.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt index 89068030b01b..c223785339b5 100644 --- a/Documentation/kmemleak.txt +++ b/Documentation/kmemleak.txt | |||
@@ -42,6 +42,7 @@ Memory scanning parameters can be modified at run-time by writing to the | |||
42 | scan=<secs> - set the automatic memory scanning period in seconds | 42 | scan=<secs> - set the automatic memory scanning period in seconds |
43 | (default 600, 0 to stop the automatic scanning) | 43 | (default 600, 0 to stop the automatic scanning) |
44 | scan - trigger a memory scan | 44 | scan - trigger a memory scan |
45 | dump=<addr> - dump information about the object found at <addr> | ||
45 | 46 | ||
46 | Kmemleak can also be disabled at boot-time by passing "kmemleak=off" on | 47 | Kmemleak can also be disabled at boot-time by passing "kmemleak=off" on |
47 | the kernel command line. | 48 | the kernel command line. |