Re: [PATCH V2 1/2] trace,x86: Add external_interrupts to the irq_vectors class

2019-04-08 Thread Daniel Bristot de Oliveira
On 4/5/19 11:15 PM, Thomas Gleixner wrote: > On Mon, 1 Apr 2019, Daniel Bristot de Oliveira wrote: > >> Currently, the irq_vectors is showing the entry and exit events for >> the interrupts of the architecture, but not for external interrupts. > > Those are covered by the irq tracepoints. Is

Re: [PATCH V2 1/2] trace,x86: Add external_interrupts to the irq_vectors class

2019-04-05 Thread Thomas Gleixner
On Mon, 1 Apr 2019, Daniel Bristot de Oliveira wrote: > Currently, the irq_vectors is showing the entry and exit events for > the interrupts of the architecture, but not for external interrupts. Those are covered by the irq tracepoints. Is there a really good reason why we need both? Thanks,

[PATCH V2 1/2] trace,x86: Add external_interrupts to the irq_vectors class

2019-04-01 Thread Daniel Bristot de Oliveira
Currently, the irq_vectors is showing the entry and exit events for the interrupts of the architecture, but not for external interrupts. Adds the tracepoints for external interrupts. Example of output: -0 [000] d.h. 102.890935: external_interrupt_entry: vector=35 -0 [000] d.h.