]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce dwatch(1) as a tool for making DTrace more useful
authordteske <dteske@FreeBSD.org>
Tue, 6 Mar 2018 23:44:19 +0000 (23:44 +0000)
committerdteske <dteske@FreeBSD.org>
Tue, 6 Mar 2018 23:44:19 +0000 (23:44 +0000)
commit5a667fb11c3884edc097122e15e05ef161917772
treeab0c4b0990a9aefd15fd2abdbc89c632d9cf6b12
parent141e81ad58e9c079110341ccf5ab9a68323d36aa
Introduce dwatch(1) as a tool for making DTrace more useful

Reviewed by: markj, gnn, bdrewery (earlier version)
Relnotes: yes
Sponsored by: Smule, Inc.
Differential Revision: https://reviews.freebsd.org/D10006
29 files changed:
ObsoleteFiles.inc
cddl/usr.sbin/Makefile
cddl/usr.sbin/dwatch/Makefile [new file with mode: 0644]
cddl/usr.sbin/dwatch/dwatch [new file with mode: 0755]
cddl/usr.sbin/dwatch/dwatch.1 [new file with mode: 0644]
cddl/usr.sbin/dwatch/examples/Makefile [new file with mode: 0644]
cddl/usr.sbin/dwatch/examples/profile_template [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/Makefile [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/chmod [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/errno [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/io [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/ip [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/kill [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/nanosleep [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/open [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/proc [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/rw [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/sched [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/tcp [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/udp [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/vop_create [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/vop_readdir [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/vop_rename [new file with mode: 0644]
cddl/usr.sbin/dwatch/libexec/vop_symlink [new file with mode: 0644]
etc/mtree/BSD.usr.dist
share/dtrace/Makefile
share/dtrace/watch_execve [deleted file]
share/dtrace/watch_kill [deleted file]
share/dtrace/watch_vop_remove [deleted file]