cvs commit: src/sys/i386/i386 trap.c

Robert Watson rwatson at FreeBSD.org
Fri Aug 6 14:56:27 PDT 2004


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


More information about the cvs-all mailing list