diff options
author | Chen Hanxiao <chenhanxiao@cn.fujitsu.com> | 2015-04-24 03:44:17 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-05-07 17:07:41 -0600 |
commit | c0d2143dd139e70abba0b8b4bb0fc51c44cc0ac5 (patch) | |
tree | 0b3155e6156d3aeb4756b57c5a153dc20ce8accc /Documentation/filesystems | |
parent | f66fa08bf9e59b1231aba9e3c2ec28dcf08f0389 (diff) |
docs: add VmPMD description in proc
commit dc6c9a35b66b ("mm: account pmd page tables to the process")
add VmPMD in /proc/PID/status.
This patch add a description in proc.txt for it.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/proc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index 1cc71558cf97..6f7fafde0884 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt @@ -235,6 +235,7 @@ Table 1-2: Contents of the status files (as of 4.1) VmExe size of text segment VmLib size of shared library code VmPTE size of page table entries + VmPMD size of second level page tables VmSwap size of swap usage (the number of referred swapents) Threads number of threads SigQ number of signals queued/max. number for queue |