Date: Fri, 6 Aug 2004 21:56:26 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c Message-ID: <200408062156.i76LuQJW031361@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-06 21:56:26 UTC FreeBSD src repository Modified files: sys/i386/i386 trap.c Log: Generate KTR trace records for syscall enter and exit in i386 system calls. Note that the information included is a bit different from the existing KTR traces generated on powerpc, as I'm primarily interested in kernel context (thread, syscall #, proc, etc), not the user arguments to the system call. Some convergence would be useful here. Revision Changes Path 1.267 +6 -0 src/sys/i386/i386/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408062156.i76LuQJW031361>