proc_statm_trs_pid()

Number of pages that are code

Syntax:

int proc_statm_trs_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

Number of pages that are code.

Return Values:

On success, returns the number of pages that are code. On error, -1 is returned.

See Also:

proc_statm_size_pid(), proc_statm_resident_pid(), proc_statm_shared_pid() proc_statm_drs_pid(), proc_statm_lrs_pid(), proc_statm_dt_pid()



INDEX