Re: [PATCH V2] cpustat: print watchdog time and statistics of soft and hard interrupts in soft lockup scenes

From: Peter Zijlstra
Date: Thu Aug 22 2019 - 12:14:23 EST


On Thu, Aug 22, 2019 at 07:58:37PM +0800, c00423981 wrote:

> V1->V2
> - fix the broken interfaces: get_idle_time and get_iowait_time

> + else if (index == CPUTIME_IOWAIT)
> + time = get_iowait_time(kcs, cpu);

I'm confused; isn't that still reporting per-cpu iowait, which is still
complete garbage?