Page MenuHomeFreeBSD

dtrace tests: Add a test case which validates FBT probe arguments
ClosedPublic

Authored by markj on Sep 14 2024, 6:56 PM.
Tags
None
Referenced Files
F107106923: D46674.diff
Fri, Jan 10, 5:24 AM
F107093069: D46674.diff
Fri, Jan 10, 12:14 AM
Unknown Object (File)
Sat, Dec 14, 1:11 AM
Unknown Object (File)
Dec 2 2024, 8:02 AM
Unknown Object (File)
Nov 29 2024, 10:34 PM
Unknown Object (File)
Nov 29 2024, 3:57 PM
Unknown Object (File)
Nov 26 2024, 11:41 PM
Unknown Object (File)
Nov 24 2024, 8:36 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 59496
Build 56383: arc lint + arc unit

Event Timeline

markj requested review of this revision.Sep 14 2024, 6:56 PM
avg added a subscriber: avg.

LGTM

cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/tst.argtest.ksh
32–33

It seems that DTrace supports args from 0 to 9 (10 of them in total).
I do not see why args[9] would behave differently from args[8], but it might make sense to add it as well just for the sake of completeness.

This revision is now accepted and ready to land.Sep 15 2024, 9:09 AM

Include args[9] in the test.

This revision now requires review to proceed.Sep 15 2024, 1:32 PM
This revision is now accepted and ready to land.Sep 15 2024, 8:10 PM