1FUNCTION::PROC_MEM_S(3stap)      Memory Tapset     FUNCTION::PROC_MEM_S(3stap)
2
3
4

NAME

6       function::proc_mem_shr - Program shared pages (from shared mappings)
7

SYNOPSIS

9       1) proc_mem_shr:long()
10
11       2) proc_mem_shr:long(pid:long)
12

ARGUMENTS

14       pid
15           The pid of process to examine
16

DESCRIPTION

18       1) Returns the shared pages (from shared mappings) of the current
19       process, or zero when there is no current process or the number of
20       pages couldn't be retrieved.
21
22       2) Returns the shared pages (from shared mappings) of the given
23       process, or zero when the process doesn't exist or the number of pages
24       couldn't be retrieved.
25

SEE ALSO

27       tapset::proc_mem(3stap)
28
29
30
31SystemTap Tapset Reference       October 2018      FUNCTION::PROC_MEM_S(3stap)
Impressum