How to detect interrupt handle routine of a device driver?

Posted by sasayins on Stack Overflow See other posts from Stack Overflow or by sasayins
Published on 2010-06-09T00:45:29Z Indexed on 2010/06/09 0:52 UTC
Read the original article Hit count: 199

Filed under:

Hi,

I'm using Linux platform to program in embedded device.

Is there any way that a kernel module can detect the interrupt handler routine of an another device driver module?

Like for example, I have a kernel module(.ko), then I want this kernel module detect if a particular device driver execute its interrupt handle routine?

Is this possible?

Many thanks.

© Stack Overflow or respective owner

Related posts about linux