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.
1819
20
21
SystemTap Tapset Reference August 2011 FUNCTION::PROC_MEM_T(3stap)