summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktrace.h
Commit message (Expand)AuthorAgeFilesLines
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+6
* Include the associated wait channel message for context switch ktracejhb2012-04-201-1/+7
* Add new ktrace records for the start and end of VM faults. This givesjhb2012-04-051-0/+21
* Revisit the capability failure trace points. The initial implementationdes2011-10-181-1/+8
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-111-0/+11
* Introduce preliminary support of the show description of the ABI ofdchagin2011-02-251-0/+17
* - When disabling ktracing on a process, free any pending requests thatjhb2010-10-211-2/+2
* Remove an unused macro. exit1() invokes ktrprocexit() directly.jhb2010-08-191-4/+0
* - Document layout of KTR_STRUCT payload in a comment.jhb2010-07-141-3/+7
* Style fix.jhb2009-10-231-1/+1
* Add a new type of KTRACE record for sysctl(3) invocations. It uses thejhb2009-03-111-0/+9
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloaddes2008-02-231-0/+13
* Fix typo in comment.cognet2005-12-261-1/+1
* Moderate rewrite of kernel ktrace code to attempt to generally improverwatson2005-11-131-0/+11
* Reuse ktr_unused field in ktr_header structure as ktr_tid; populaterwatson2005-11-011-1/+1
* Replace ktr_buffer pointer in struct ktr_header with a ktr_unusedrwatson2005-11-011-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* - Add a td_pflags field to struct thread for private flags accessed only byjhb2003-06-091-1/+2
* Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flagjhb2003-03-131-0/+7
* Overhaul the ktrace subsystem a bit. For the most part, the actual vnodejhb2002-06-071-11/+17
* Remove __Palfred2002-03-191-8/+8
* Limit size of passed in data for utrace function.alfred2001-01-061-0/+1
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-071-1/+1
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-1/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* sigset_t change (part 2 of 5)marcel1999-09-291-2/+2
* green and I committed crossing fixes for this. He won.phk1999-09-211-1/+1
* update ktrpsig prototype...phk1999-09-211-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make sure syscall arguments properly aligned in ktrace records.dt1999-06-161-5/+6
* Fixed nonsense arg type `const caddr_t' in the prototype() for utrace().bde1999-05-131-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove the extra length field from the utrace entries. It's redundant.phk1996-09-221-7/+1
* Add the utrace(caddr_t addr,size_t len) syscall, that will store thephk1996-09-191-1/+14
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-5/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-021-2/+10
* A minor slip, ktrnamei() is void, not int.phk1994-09-271-2/+2
* ktrace.c: added decl of ktrnameiphk1994-09-271-2/+4
* Made them all idempotent.paul1994-08-211-1/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+156
OpenPOWER on IntegriCloud