Details
Details
- Reviewers
markj bz rwatson - Group Reviewers
network - Commits
- rS287759: dd DTrace probe points, translators and a corresponding script
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 308 Build 308: arc lint + arc unit
Event Timeline
Comment Actions
I don't currently have views on the DTrace-related parts themselves, but some quick comments on other details.
| cddl/lib/libdtrace/tcp.d | ||
|---|---|---|
| 125 | Most of this structure is defined in terms of int32_t and uint32_t -- I realise there was an existing buglet here, but I wonder if we should stop perpetuating that and return to the types used elsewhere in the struct? | |
| 183 | Is this just an accidental whitespace change? | |
| sys/netinet/tcp_input.c | ||
| 108 | Is this change necessary? | |
Comment Actions
Updating D3530: Add DTrace probe points, translators and a corresponding script
to replace the TCPDEBUG functionality with pure DTrace.
Comment Actions
Update before committing back to svn
Updating D3530: Add DTrace probe points, translators and a corresponding script
to replace the TCPDEBUG functionality with pure DTrace.
Comment Actions
Squash the minor changes.
Updating D3530: Add DTrace probe points, translators and a corresponding script
to replace the TCPDEBUG functionality with pure DTrace.
Comment Actions
No, really, start in the right place.
Updating D3530: Add DTrace probe points, translators and a corresponding script
to replace the TCPDEBUG functionality with pure DTrace.