Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/ktrace.2
| Show All 25 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd November 2, 2022 | .Dd November 2, 2022 | ||||
| .Dt KTRACE 2 | .Dt KTRACE 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm ktrace | .Nm ktrace | ||||
| .Nd process tracing | .Nd process tracing | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/param.h | .In sys/param.h | ||||
| .In sys/time.h | .In sys/time.h | ||||
| .In sys/uio.h | .In sys/uio.h | ||||
| .In sys/ktrace.h | .In sys/ktrace.h | ||||
| .Ft int | .Ft int | ||||
| .Fn ktrace "const char *tracefile" "int ops" "int trpoints" "int pid" | .Fn ktrace "const char *tracefile" "int ops" "int trpoints" "int pid" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| ▲ Show 20 Lines • Show All 160 Lines • Show Last 20 Lines | |||||