summaryrefslogtreecommitdiffstats
path: root/share/dtrace/Makefile
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2016-01-27 05:04:17 +0000
committerdteske <dteske@FreeBSD.org>2016-01-27 05:04:17 +0000
commite15fc69684ffd8c8e682b637c6f154f82142f2ff (patch)
tree50e9b6273be052b504e49a7c05779069c5fdcda3 /share/dtrace/Makefile
parentbc02f60de1091abeae0362336c81727c56674ad7 (diff)
downloadFreeBSD-src-e15fc69684ffd8c8e682b637c6f154f82142f2ff.zip
FreeBSD-src-e15fc69684ffd8c8e682b637c6f154f82142f2ff.tar.gz
MFC 294548-294549,294556,294684: Add watch scripts
r294548: Add scripts for watching common entry points. r294549: Fix bad title on script (caused by copy/paste). r294556: fbt -> syscall; fbt names changed to be sys_* r294684: Bump copyright for change from fbt to syscall
Diffstat (limited to 'share/dtrace/Makefile')
-rw-r--r--share/dtrace/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/dtrace/Makefile b/share/dtrace/Makefile
index adbdc84..39ca2a6 100644
--- a/share/dtrace/Makefile
+++ b/share/dtrace/Makefile
@@ -12,7 +12,10 @@ SUBDIR= ${_toolkit}
_toolkit= toolkit
.endif
-SCRIPTS= nfsclienttime hotopen
+SCRIPTS= nfsclienttime hotopen \
+ watch_execve \
+ watch_kill \
+ watch_vop_remove
SCRIPTSDIR= ${SHAREDIR}/dtrace
OpenPOWER on IntegriCloud