aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ktrace.h
Commit message (Expand)AuthorAgeFilesLines
* Trace timeval parameters to the getitimer(2) and setitimer(2) syscalls.Konstantin Belousov2016-07-131-0/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+6
* Include the associated wait channel message for context switch ktraceJohn Baldwin2012-04-201-1/+7
* Add new ktrace records for the start and end of VM faults. This givesJohn Baldwin2012-04-051-0/+21
* Revisit the capability failure trace points. The initial implementationDag-Erling Smørgrav2011-10-181-1/+8
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkDag-Erling Smørgrav2011-10-111-0/+11
* Introduce preliminary support of the show description of the ABI ofDmitry Chagin2011-02-251-0/+17
* - When disabling ktracing on a process, free any pending requests thatJohn Baldwin2010-10-211-2/+2
* Remove an unused macro. exit1() invokes ktrprocexit() directly.John Baldwin2010-08-191-4/+0
* - Document layout of KTR_STRUCT payload in a comment.John Baldwin2010-07-141-3/+7
* Style fix.John Baldwin2009-10-231-1/+1
* Add a new type of KTRACE record for sysctl(3) invocations. It uses theJohn Baldwin2009-03-111-0/+9
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloadDag-Erling Smørgrav2008-02-231-0/+13
* Fix typo in comment.Olivier Houchard2005-12-261-1/+1
* Moderate rewrite of kernel ktrace code to attempt to generally improveRobert Watson2005-11-131-0/+11
* Reuse ktr_unused field in ktr_header structure as ktr_tid; populateRobert Watson2005-11-011-1/+1
* Replace ktr_buffer pointer in struct ktr_header with a ktr_unusedRobert Watson2005-11-011-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* - Add a td_pflags field to struct thread for private flags accessed only byJohn Baldwin2003-06-091-1/+2
* Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flagJohn Baldwin2003-03-131-0/+7
* Overhaul the ktrace subsystem a bit. For the most part, the actual vnodeJohn Baldwin2002-06-071-11/+17
* Remove __PAlfred Perlstein2002-03-191-8/+8
* Limit size of passed in data for utrace function.Alfred Perlstein2001-01-061-0/+1
* Add KTR, a facility that logs kernel events in order to to facilitateJason Evans2000-09-071-1/+1
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *Brian Feldman2000-07-021-1/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-2/+2
* green and I committed crossing fixes for this. He won.Poul-Henning Kamp1999-09-211-1/+1
* update ktrpsig prototype...Poul-Henning Kamp1999-09-211-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make sure syscall arguments properly aligned in ktrace records.Dmitrij Tejblum1999-06-161-5/+6
* Fixed nonsense arg type `const caddr_t' in the prototype() for utrace().Bruce Evans1999-05-131-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove the extra length field from the utrace entries. It's redundant.Poul-Henning Kamp1996-09-221-7/+1
* Add the utrace(caddr_t addr,size_t len) syscall, that will store thePoul-Henning Kamp1996-09-191-1/+14
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-5/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-2/+10
* A minor slip, ktrnamei() is void, not int.Poul-Henning Kamp1994-09-271-2/+2
* ktrace.c: added decl of ktrnameiPoul-Henning Kamp1994-09-271-2/+4
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+156