procps/library
Jim Warner 6e51196589 library: provided for cpu p-core/e-core identification
With Intel's 12th generation Alder Lake processors now
providing two distinct types of core, it would be nice
if the library offered some sort of clue to core type.

Well, with this patch it does. We'll have 2 additional
enumerators. One deals with the cpu's core association
and the other provides the type of that core (P or E).

[ now, all we need is for some program to exploit it ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
2022-09-28 17:30:56 +10:00
..
include library: provided for cpu p-core/e-core identification 2022-09-28 17:30:56 +10:00
tests build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
.gitignore build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
COPYING build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
devname.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
diskstats.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
escape.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
libproc2.pc.in misc: Update pc file to new library name 2022-08-29 20:42:45 +10:00
libproc2.sym library: Rename to libproc2 2022-08-29 20:38:17 +10:00
meminfo.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
namespace.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
numa.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
pids.c library: address an 'uninitialised value' VALGRIND bug 2022-09-12 22:15:28 +10:00
pwcache.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
readproc.c library: address an 'uninitialised value' VALGRIND bug 2022-09-12 22:15:28 +10:00
slabinfo.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
stat.c library: provided for cpu p-core/e-core identification 2022-09-28 17:30:56 +10:00
sysinfo.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
uptime.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
version.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
vmstat.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00
wchan.c build-sys: Relocate library to library/ 2022-08-29 19:02:44 +10:00