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)
Fri, Nov 22, 6:06 PM
Unknown Object (File)
Nov 7 2024, 10:43 PM
Unknown Object (File)
Nov 6 2024, 10:53 AM
Unknown Object (File)
Oct 19 2024, 4:33 AM
Unknown Object (File)
Oct 19 2024, 4:33 AM
Unknown Object (File)
Oct 19 2024, 4:33 AM
Unknown Object (File)
Oct 19 2024, 4:13 AM
Unknown Object (File)
Oct 16 2024, 10:20 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.