Re: [PATCH] core: statistics: x86: account for MSR_ICR

2018-10-08 Thread Ralf Ramsauer
On 10/8/18 12:21 PM, Jan Kiszka wrote: > On 05.10.18 20:06, Ralf Ramsauer wrote: >> In some configurations, MSR_ICR is the most frequently accessed MSR. >> Accounting it allows for getting an overview of the noise introduced by >> it. >> >> Achieve this by splitting up the MSR count to msr_icr

Re: [PATCH] core: statistics: x86: account for MSR_ICR

2018-10-08 Thread Jan Kiszka
On 05.10.18 20:06, Ralf Ramsauer wrote: In some configurations, MSR_ICR is the most frequently accessed MSR. Accounting it allows for getting an overview of the noise introduced by it. Achieve this by splitting up the MSR count to msr_icr and msr_other. The sum of msr_icr and msr_other denotes

[PATCH] core: statistics: x86: account for MSR_ICR

2018-10-05 Thread Ralf Ramsauer
In some configurations, MSR_ICR is the most frequently accessed MSR. Accounting it allows for getting an overview of the noise introduced by it. Achieve this by splitting up the MSR count to msr_icr and msr_other. The sum of msr_icr and msr_other denotes the sum of all MSRs. Signed-off-by: Ralf