chpstat: Add support for new CMG types

New machine models introduce CHPIDs with two new CMG types 4 and 5.
Add support for decoding the associated channel-measurement data.

Reviewed-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Signed-off-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Peter Oberparleiter
2024-05-03 12:21:29 +02:00
committed by Jan Höppner
parent 026ecbafea
commit 482bd93e2e
7 changed files with 780 additions and 1 deletions
+4
View File
@@ -41,6 +41,10 @@ enum column_id_t {
COL_SEND_FAIL_PART,
COL_RCV_FAIL_PART,
COL_RCV_FAIL_TOTAL,
COL_DPU_ID,
COL_DPU_UTIL_PART,
COL_DPU_UTIL_TOTAL,
COL_DPU_UTIL,
/* Special value indicating no column. */
COL_END
};