1FUNCTION::PROC_MEM_T(3stap) Memory Tapset FUNCTION::PROC_MEM_T(3stap)
23
4
NAME
6function::proc_mem_txt_pid - Program text (code) size in pages
7
SYNOPSIS
9proc_mem_txt_pid:long(pid:long)
10
ARGUMENTS
12pid
13The pid of process to examine
14
DESCRIPTION
16Returns the given process text (code) size in pages, or zero when the
17process doesn´t exist or the number of pages couldn´t be retrieved.
18
SEE ALSO
20tapset::proc_mem(3stap)
2122
23
24
SystemTap Tapset Reference June 2018 FUNCTION::PROC_MEM_T(3stap)