]> granicus.if.org Git - procps-ng/commit
library: changes to some numa stuff in that <stat> api
authorJim Warner <james.warner@comcast.net>
Wed, 24 Jun 2020 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Thu, 25 Jun 2020 10:08:22 +0000 (20:08 +1000)
commitdf8fb11a47350224240c1c673d69faa7cf723021
tree4c2c16545705df80f008e2882af683b66dbad6e6
parent9b3436e0e4996e03cce18c28b7669cd6d8072d97
library: changes to some numa stuff in that <stat> api

Now that we may be getting serious with documentation,
that stat module was revisited with an eye toward user
friendliness. Heck, even this author puzzled over some
of the existing notes and naming conventions employed.

So, this patch will adjust some identifiers and expand
the notes to (hopefully) better serve potential users.

The most significant change was making the STAT_TIC_ID
always valid for numa nodes, even if any are inactive.

Thus the -22222 special STAT_NODE_INVALID constant now
is applied only to STAT_TIC_NUMA_NODE. It will be used
on the cpu summary and reaps with STAT_REAP_CPUS_ONLY.
And it will also mark any numa node that was inactive.

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/stat.c
proc/stat.h