git: 5762f6964066 - stable/13 - ktrace.2: Document KTRFAC_STRUCT_ARRAY.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Nov 2022 18:37:09 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=5762f69640661b9eeb8a036306a56df2bb2ec297 commit 5762f69640661b9eeb8a036306a56df2bb2ec297 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-11-02 17:35:26 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-11-11 18:18:54 +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