git: 0702f3c44654 - stable/12 - ktrace.2: Document KTRFAC_STRUCT_ARRAY.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Nov 2022 18:41:42 UTC
The branch stable/12 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=0702f3c44654cce0f9aaf822a2c099ef2a0e34f7 commit 0702f3c44654cce0f9aaf822a2c099ef2a0e34f7 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-11-02 17:35:26 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-11-11 16:46:36 +0000 ktrace.2: Document KTRFAC_STRUCT_ARRAY. Sponsored by: DARPA (cherry picked from commit c9c9057c772f8fc8a0c768383597f4b92db0cd74) --- lib/libc/sys/ktrace.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index ffe967e35ed8..8b3f15e1d001 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -28,7 +28,7 @@ .\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd March 30, 2020 +.Dd November 2, 2022 .Dt KTRACE 2 .Os .Sh NAME @@ -96,6 +96,7 @@ generate much output). .It KTRFAC_CAPFAIL Ta "Trace capability failures." .It KTRFAC_FAULT Ta "Trace page faults." .It KTRFAC_FAULTEND Ta "Trace the end of page faults." +.It KTRFAC_STRUCT_ARRAY Ta "Trace arrays of certain data structures." .It KTRFAC_INHERIT Ta "Inherit tracing to future children." .El .Pp