diff options
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 6406cf00..9934fa5f 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -250,6 +250,11 @@ system (cmd:string) Runs a command on the system. The command will run in the background when the current probe completes. +.SS NUMA +.TP +addr_to_node:long(addr:long) +Return which node the given address belongs to in a NUMA system. + .SH FILES .nh .IR /usr/share/systemtap/tapset |