]> granicus.if.org Git - procps-ng/commit
library: set stage for NUMA node field display support
authorJim Warner <james.warner@comcast.net>
Fri, 12 May 2017 05:03:00 +0000 (00:03 -0500)
committerCraig Small <csmall@enc.com.au>
Mon, 22 May 2017 11:38:10 +0000 (21:38 +1000)
commit3d39e4fd889a9436dc37fa5a7dfa5922ba7829bc
treeb2cd4088d4cd25fd4ff0a2a4fb6ee0732d87e23c
parent618a813baaefc9d744575955abbf5df506db9636
library: set stage for NUMA node field display support

In response to that suggestion referenced below, these
changes allow display of task/thread level NUMA nodes.

Currently, only the 'top' program offers any NUMA type
support and it is limited to the Summary Area display.
With this commit both the 'top' and 'ps' programs will
be able to display NUMA nodes associated with threads.

Reference(s):
https://gitlab.com/procps-ng/procps/issues/58

Signed-off-by: Jim Warner <james.warner@comcast.net>
Makefile.am
proc/numa.c [new file with mode: 0644]
proc/numa.h [new file with mode: 0644]
proc/pids.c
proc/pids.h
proc/stat.c