Page MenuHomeFreeBSD

ktrace(1): add more xrefs
ClosedPublic

Authored by emaste on Tue, Jun 11, 12:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 13, 4:18 PM
Unknown Object (File)
Wed, Jun 12, 2:00 AM
Unknown Object (File)
Tue, Jun 11, 4:07 PM
Unknown Object (File)
Tue, Jun 11, 4:56 AM
Subscribers

Details

Summary

After a87651e2ff18 kib@ suggested cross-referencing intro(2) and sigaction(2).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.

Renders as:

The kernel operations that are traced include system calls (see intro(2)),
namei(9) translations, signal processing (sigaction(2)), and I/O.
usr.bin/ktrace/ktrace.1
50–51

Might be convert namei reference in the similar way:

file system path lookups
.Pq Xr namei 9 ,

The ktrace utility enables kernel trace logging for the specified
processes.  Kernel trace data is logged to the file ktrace.out.  The
kernel operations that are traced include system calls (see intro(2)),
file system path lookups (namei(9)), signal processing (sigaction(2)),
and I/O.
This revision is now accepted and ready to land.Tue, Jun 11, 1:42 AM
emaste added a subscriber: arrowd.

add a namei xref in the option section, suggested by @arrowd

This revision now requires review to proceed.Tue, Jun 11, 2:07 PM
This revision was not accepted when it landed; it landed in state Needs Review.Tue, Jun 11, 3:02 PM
This revision was automatically updated to reflect the committed changes.