Re: [PATCH 5/5] x86, nmi: Add better NMI stats to /proc/interrupts and show handlers

2014-05-07 Thread Ingo Molnar
* Don Zickus wrote: > On Wed, May 07, 2014 at 07:50:48PM +, Elliott, Robert (Server Storage) > wrote: > > Don Zickus wrote: > > > The main reason for this patch is because I have a hard time knowing > > > what NMI handlers are registered on the system when debugging NMI issues. > > > > >

Re: [PATCH 5/5] x86, nmi: Add better NMI stats to /proc/interrupts and show handlers

2014-05-07 Thread Don Zickus
On Wed, May 07, 2014 at 07:50:48PM +, Elliott, Robert (Server Storage) wrote: > Don Zickus wrote: > > The main reason for this patch is because I have a hard time knowing > > what NMI handlers are registered on the system when debugging NMI issues. > > > > This info is provided in /proc/inte

RE: [PATCH 5/5] x86, nmi: Add better NMI stats to /proc/interrupts and show handlers

2014-05-07 Thread Elliott, Robert (Server Storage)
Don Zickus wrote: > The main reason for this patch is because I have a hard time knowing > what NMI handlers are registered on the system when debugging NMI issues. > > This info is provided in /proc/interrupts for interrupt handlers, so I > added support for NMI stuff too. As a bonus it provide

Re: [PATCH 5/5] x86, nmi: Add better NMI stats to /proc/interrupts and show handlers

2014-05-07 Thread Ingo Molnar
* Don Zickus wrote: > On Wed, May 07, 2014 at 05:42:31PM +0200, Ingo Molnar wrote: > > > > * Don Zickus wrote: > > > > > The main reason for this patch is because I have a hard time knowing > > > what NMI handlers are registered on the system when debugging NMI issues. > > > > > > This info

Re: [PATCH 5/5] x86, nmi: Add better NMI stats to /proc/interrupts and show handlers

2014-05-07 Thread Don Zickus
On Wed, May 07, 2014 at 05:42:31PM +0200, Ingo Molnar wrote: > > * Don Zickus wrote: > > > The main reason for this patch is because I have a hard time knowing > > what NMI handlers are registered on the system when debugging NMI issues. > > > > This info is provided in /proc/interrupts for int

Re: [PATCH 5/5] x86, nmi: Add better NMI stats to /proc/interrupts and show handlers

2014-05-07 Thread Ingo Molnar
* Don Zickus wrote: > The main reason for this patch is because I have a hard time knowing > what NMI handlers are registered on the system when debugging NMI issues. > > This info is provided in /proc/interrupts for interrupt handlers, so I > added support for NMI stuff too. As a bonus it pro

[PATCH 5/5] x86, nmi: Add better NMI stats to /proc/interrupts and show handlers

2014-05-07 Thread Don Zickus
The main reason for this patch is because I have a hard time knowing what NMI handlers are registered on the system when debugging NMI issues. This info is provided in /proc/interrupts for interrupt handlers, so I added support for NMI stuff too. As a bonus it provides stat breakdowns much like t