Page MenuHomeFreeBSD

Move mbuf provider under SDT to indicate that it is FreeBSD specific and not a stable interface.
ClosedPublic

Authored by gnn on Mar 23 2016, 7:03 AM.
Tags
None
Referenced Files
F156526008: D5716.id14567.diff
Thu, May 14, 10:26 AM
Unknown Object (File)
Tue, May 12, 11:21 AM
Unknown Object (File)
Mon, May 11, 9:36 AM
Unknown Object (File)
Mon, May 4, 3:22 PM
Unknown Object (File)
Wed, Apr 29, 3:11 PM
Unknown Object (File)
Wed, Apr 29, 3:06 PM
Unknown Object (File)
Wed, Apr 29, 9:33 AM
Unknown Object (File)
Wed, Apr 29, 9:28 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2989
Build 3019: arc lint + arc unit

Event Timeline

gnn retitled this revision from to Move mbuf provider under SDT to indicate that it is FreeBSD specific and not a stable interface..
gnn updated this object.
gnn edited the test plan for this revision. (Show Details)
gnn added reviewers: markj, bz.
markj edited edge metadata.

These should not specify the module or function components of the probe name. That is, the probe name should be

sdt:::<probe name>

the module (and soon the function) component is filled in automatically, so one can automatically get probes like sdt:if_xl:xl_newbuf:m_getcl.

Other than that it looks fine to me. Thanks!

This revision is now accepted and ready to land.Mar 23 2016, 4:58 PM
This revision was automatically updated to reflect the committed changes.