Hi,
If you've got a double-digit number of reported CPUs and you enable
separate reporting for them, the labels are truncated. On the local
CPU with 8 HT cores, xosview is trying to display information for CPU0
to CPU15. However, only the first 4 characters of each label is
displayed. "CPU10", "CPU11", etc. are all shown as "CPU1" instead.
I've tried building the latest upstream code too (1.16) and the bug is
still there. I'd supply a patch, but the code around the layout here
isn't particularly clean - it looks like field widths for the labels
and legends are hard-coded all over the place. :-(