Date: Fri, 24 Oct 2003 14:05:30 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c src/sys/sys interrupt.h Message-ID: <200310242105.h9OL5UWn024240@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/10/24 14:05:30 PDT FreeBSD src repository Modified files: sys/kern kern_intr.c sys/sys interrupt.h Log: - 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. Revision Changes Path 1.99 +165 -0 src/sys/kern/kern_intr.c 1.25 +3 -0 src/sys/sys/interrupt.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310242105.h9OL5UWn024240>