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

NAME

6       function::proc_mem_txt - Program text (code) size in pages
7

SYNOPSIS

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

ARGUMENTS

14       pid
15           The pid of process to examine
16

DESCRIPTION

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

SEE ALSO

26       tapset::proc_mem(3stap)
27
28
29
30SystemTap Tapset Reference         May 2021        FUNCTION::PROC_MEM_T(3stap)
Impressum