Re: [patch V2 2/2] proc/stat: Make the interrupt statistics more efficient

From: Alexey Dobriyan
Date: Fri Feb 08 2019 - 12:01:19 EST


On Fri, Feb 08, 2019 at 02:48:04PM +0100, Thomas Gleixner wrote:
> - for_each_irq_nr(j)
> - seq_put_decimal_ull(p, " ", kstat_irqs_usr(j));
> + show_all_irqs(p);

Reviewed-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>