Page MenuHomeFreeBSD

dtrace.1: Document evaltime
ClosedPublic

Authored by 0mp on Jul 14 2025, 2:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 11:09 PM
Unknown Object (File)
Sat, Oct 11, 1:48 PM
Unknown Object (File)
Sat, Oct 11, 1:48 PM
Unknown Object (File)
Sat, Oct 11, 1:48 PM
Unknown Object (File)
Sat, Oct 11, 1:47 PM
Unknown Object (File)
Sat, Oct 11, 1:47 PM
Unknown Object (File)
Sat, Oct 11, 1:47 PM
Unknown Object (File)
Sat, Oct 11, 5:29 AM
Subscribers

Details

Summary

MFC after: 1 week

Diff Detail

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

Event Timeline

0mp requested review of this revision.Jul 14 2025, 2:52 PM
0mp added inline comments.
cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
651

The default on illumos is different, so I think it makes sense to note here that this is FreeBSD's default explicitly.

In the first paragraph it is not immediately clear (to me at least) what this variable actually does. I especially get quite confused with what "newly started child process" means. Does it refer to the command defined in -c cmd? Or is it something else? I think the wording needs some improvement there.

cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
631
660
0mp marked 2 inline comments as done.
  • Address feedback
  • Turn the process create mode list into a table. Looks better and is a bit more concise.

In the first paragraph it is not immediately clear (to me at least) what this variable actually does. I especially get quite confused with what "newly started child process" means. Does it refer to the command defined in -c cmd? Or is it something else? I think the wording needs some improvement there.

Good point! I've tried to address that in the new revision.

cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
631–633
0mp marked an inline comment as done.
  • Address feedback
cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
631–633

Yeah, perhaps it makes no sense to distinguish between evaluating and instrumenting.

This revision is now accepted and ready to land.Jul 14 2025, 3:46 PM
cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
630

Is this the same d(7) youve been writing a manual on? If so, Xr would be helpful!

cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
630

Good idea!

This revision was automatically updated to reflect the committed changes.