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
Unknown Object (File)
Sun, Sep 6, 10:20 AM
Unknown Object (File)
Sat, Sep 5, 6:22 PM
Unknown Object (File)
Sat, Sep 5, 5:26 PM
Unknown Object (File)
Sat, Sep 5, 5:26 PM
Unknown Object (File)
Sat, Sep 5, 4:01 PM
Unknown Object (File)
Sat, Sep 5, 11:16 AM
Unknown Object (File)
Fri, Sep 4, 6:09 PM
Unknown Object (File)
Thu, Sep 3, 5:01 PM
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.