Details
Details
- Reviewers
hiren - Group Reviewers
transport - Commits
- rS311225: Fix DTrace TCP tracepoints to not use mtod() as it is both unnecessary and
Trace all debug output using a modified tcpdebug script that looks at all sockets
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6556 Build 6778: arc lint + arc unit
Event Timeline
Comment Actions
Is it possible to handle 'm' being null in TCP_PROBE3() instead of these if/else checks everywhere?
Comment Actions
Hah. Uglier macro in one place might probably be better?
I'll see what others have to say. :-)
Comment Actions
Have you checked generated assembly? This likely executes a branch regardless of whether SDT is enabled. On the other putting the check in the macro should get around that.