summaryrefslogtreecommitdiff
path: root/library/include/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/include/stat.h')
-rw-r--r--library/include/stat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/include/stat.h b/library/include/stat.h
index f4b6f75..8b0f9d7 100644
--- a/library/include/stat.h
+++ b/library/include/stat.h
@@ -32,8 +32,10 @@ enum stat_item {
// returns origin, see proc(5)
// ------- -------------------
STAT_TIC_ID, // s_int /proc/stat, cpu or numa node id
+ STAT_TIC_ID_CORE, // s_int /proc/cpuinfo: 'core id', -1 = n/a
STAT_TIC_NUMA_NODE, // s_int [ CPU ID based, see: numa(3) ]
STAT_TIC_NUM_CONTRIBUTORS, // s_int [ total CPUs contributing to TIC counts ]
+ STAT_TIC_TYPE_CORE, // s_int [ 2 = P-core, 1 = E-core, 0 = n/a ]
STAT_TIC_USER, // ull_int /proc/stat
STAT_TIC_NICE, // ull_int "