ktrace.1 (0277c0c6f72a964bf0439db1f4558551052e4f3b) | ktrace.1 (65a4daeaf3247b7a2c16cf59cdea2ce05987a7cc) |
---|---|
1.\" Copyright (c) 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 11 unchanged lines hidden (view full) --- 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" | 1.\" Copyright (c) 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 11 unchanged lines hidden (view full) --- 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" |
28.Dd June 10, 2024 | 28.Dd November 1, 2024 |
29.Dt KTRACE 1 30.Os 31.Sh NAME 32.Nm ktrace 33.Nd enable kernel process tracing 34.Sh SYNOPSIS 35.Nm 36.Op Fl aCcdi --- 100 unchanged lines hidden (view full) --- 137userland traces generated by 138.Xr utrace 2 139.It Cm w 140context switches 141.It Cm y 142trace 143.Xr sysctl 3 144requests | 29.Dt KTRACE 1 30.Os 31.Sh NAME 32.Nm ktrace 33.Nd enable kernel process tracing 34.Sh SYNOPSIS 35.Nm 36.Op Fl aCcdi --- 100 unchanged lines hidden (view full) --- 137userland traces generated by 138.Xr utrace 2 139.It Cm w 140context switches 141.It Cm y 142trace 143.Xr sysctl 3 144requests |
145.It Cm a 146trace 147.Xr execve 2 148arguments 149.It Cm e 150trace 151.Xr execve 2 152environment variables |
|
145.It Cm + 146trace the default set of trace points - 147.Cm c , i , n , s , t , u , y 148.El 149.It Ar command 150Execute 151.Ar command 152with the specified trace flags. --- 69 unchanged lines hidden --- | 153.It Cm + 154trace the default set of trace points - 155.Cm c , i , n , s , t , u , y 156.El 157.It Ar command 158Execute 159.Ar command 160with the specified trace flags. --- 69 unchanged lines hidden --- |