]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add a DDB command 'show intrcnt' to show the non-zero interrupt counts.
authorjhb <jhb@FreeBSD.org>
Fri, 24 Oct 2003 21:05:30 +0000 (21:05 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 24 Oct 2003 21:05:30 +0000 (21:05 +0000)
commit7d3a70bca2bcedfcad496a2ef944e323471774b8
treee2398f1b33b5045a21ff54e545258b8ec5a59524
parentc22f9db53f104c1326bf4a9e159fe30e2fa45b93
- Add a DDB command 'show intrcnt' to show the non-zero interrupt counts.
- Add a DDB function to dump the contents of an ithread and optionally
  details about each handler in that ithread.  This function can be used
  by MD code to implement DDB commands that display information about
  interrupt sources and their registered handlers.
sys/kern/kern_intr.c
sys/sys/interrupt.h