Page MenuHomeFreeBSD

MFC DTrace Enhancements and dwatch(1)
ClosedPublic

Authored by dteske on May 13 2018, 6:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 13 2024, 2:49 PM
Unknown Object (File)
Dec 23 2023, 4:28 AM
Unknown Object (File)
Nov 8 2023, 8:04 PM
Unknown Object (File)
Nov 8 2023, 4:30 PM
Unknown Object (File)
Nov 7 2023, 1:53 PM
Unknown Object (File)
Nov 6 2023, 5:51 AM
Unknown Object (File)
Nov 2 2023, 3:39 AM
Unknown Object (File)
Oct 7 2023, 7:03 PM
Subscribers

Details

Summary

MFC SVN r329188,329334,329353,329914,329995-329996: DTrace Enhancements

r329188: Use tabs in io.d, fix alignment issues, remove extra newlines
r329334: Add errno definitions to /usr/lib/dtrace/errno.d
r329353: Add inline to errno.d for translating int to string
r329914: Updates and enhancements to io.d to aid DTrace scripting
r329995: Updates and enhancements to signal.d to aid DTrace scripting
r329996: Consistent casing for fallback SIGCHLD (s/Unknown/unknown/)

MFC SVN r330559-330560,330672,332865-332867,333513-333519: dwatch(1)

r330559: Introduce dwatch(1) as a tool for making DTrace more useful
r330560: Bump dwatch(1) internal version from 1.0-beta-91 to 1.0
r330672: Fix display of wrong pid from dtrace_sched(4)
r332865: Add `-dev' option to aid debugging of profiles
r332866: Add profile for send(2)/recv(2) syscalls
r332867: Remove the line used to demonstrate `-dev' option
r333513: Bugfix, usage displayed with `-1Q'
r333514: Separate default values so `-[BK] num' don't affect usage
r333515: Simplify info message test
r333516: Export ARGV to profiles loaded via load_profile()
r333517: Allow `-E code' to override profile EVENT_DETAILS
r333518: Expose process for ip/tcp/udp
r333519: Refactor sendrecv profile

Diff Detail

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

Event Timeline

Update to include r330559-330560,330672,332865-332867,333513-333519

dteske retitled this revision from MFC SVN r329188,329334,329353,329914,329995-329996: DTrace Enhancements to MFC DTrace Enhancements and dwatch(1).May 13 2018, 6:41 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 15 2018, 12:01 AM
This revision was automatically updated to reflect the committed changes.