1FUNCTION::PAGES_TO_S(3stap) Memory Tapset FUNCTION::PAGES_TO_S(3stap)
23
4
NAME
6function::pages_to_string - Turns pages into a human readable string
7
SYNOPSIS
9pages_to_string:string(pages:long)
10
ARGUMENTS
12pages
13Number of pages to translate.
14
DESCRIPTION
16Multiplies pages by page_size to get the number of bytes and returns
17the result of bytes_to_string.
18
SEE ALSO
20tapset::proc_mem(3stap)
2122
23
24
SystemTap Tapset Reference November 2021 FUNCTION::PAGES_TO_S(3stap)