Page MenuHomeFreeBSD

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

Authored by markj on Sat, Sep 14, 6:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 27, 2:59 PM
Unknown Object (File)
Fri, Sep 27, 2:42 AM
Unknown Object (File)
Sat, Sep 21, 4:19 AM
Unknown Object (File)
Thu, Sep 19, 10:09 PM
Unknown Object (File)
Thu, Sep 19, 11:00 AM
Unknown Object (File)
Wed, Sep 18, 2:59 AM
Subscribers

Details

Summary

MFC after: 2 weeks

Diff Detail

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

Event Timeline

markj requested review of this revision.Sat, Sep 14, 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.Sun, Sep 15, 9:09 AM

Include args[9] in the test.

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