How to see the list of Interrupts that have occurred so far?
Hi, I would like to know how i can see which interrupt has occurred on an running maching using T32? I am debugging some cache errors, for which i wish to keep an eye on the interrupts. In short i want to know how does /proc/interrupts gets gets the list of the interrupts? Thanks, Manty
Dear Manty, You can dump the irq descriptor using v.v irq_desc global data structure. Thanks, Naveen On Mon, Sep 30, 2013 at 1:38 PM, manty kuma <mantykuma@gmail.com> wrote:
Hi, I would like to know how i can see which interrupt has occurred on an running maching using T32? I am debugging some cache errors, for which i wish to keep an eye on the interrupts. In short i want to know how does /proc/interrupts gets gets the list of the interrupts?
Thanks, Manty
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hi Naveen, v.v irq_desc says Symbol not found Thanks, manty On Tue, Oct 1, 2013 at 2:09 PM, Naveen Kumar <navee.linux@gmail.com> wrote:
Dear Manty,
You can dump the irq descriptor using v.v irq_desc global data structure.
Thanks, Naveen
On Mon, Sep 30, 2013 at 1:38 PM, manty kuma <mantykuma@gmail.com> wrote:
Hi, I would like to know how i can see which interrupt has occurred on an running maching using T32? I am debugging some cache errors, for which i wish to keep an eye on the interrupts. In short i want to know how does /proc/interrupts gets gets the list of the interrupts?
Thanks, Manty
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (2)
-
manty kuma -
Naveen Kumar