logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::addr_to_node - Returns which node a given address belongs to within a NUMA system

Arguments

addr
           the address of the faulting memory access

Description

       This function accepts an address, and returns the node that the given address belongs to in a NUMA
       system.

Name

       function::addr_to_node - Returns which node a given address belongs to within a NUMA system

See Also

tapset::memory(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::ADDR_TO_NO(3stap)

Synopsis

           addr_to_node:long(addr:long)

See Also