The command strace
is mainly for tracing system call.
Does someone know the equivalent for tracing interruption like IRQ14...
Thanks
strace
is only useful for tracing userspace activity. In order to trace interrupts properly you need an in-kernel tracing solution. Check out the following. ftrace
is probably your best bet. Note, however, that these have a fairly high learning curve, but that is expected.
http://lwn.net/Articles/370423/
http://www.mail-archive.com/[email protected]/msg02422.html
http://lttng.org/
SystemTap is also a good choice.
I believe you are looking for SystemTap. You may need to patch your kernel to allow SystemTap to extract the information you want, though. It's kind of a mess.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With