1FUNCTION::ADDR_TO_NO(3stap) Memory Tapset FUNCTION::ADDR_TO_NO(3stap)
23
4
NAME
6function::addr_to_node - Returns which node a given address belongs to
7within a NUMA system
8
SYNOPSIS
10addr_to_node:long(addr:long)
11
ARGUMENTS
13addr
14the address of the faulting memory access
15
DESCRIPTION
17This function accepts an address, and returns the node that the given
18address belongs to in a NUMA system.
19
SEE ALSO
21tapset::memory(3stap)
2223
24
25
SystemTap Tapset Reference October 2018 FUNCTION::ADDR_TO_NO(3stap)