freebsd-dev/share/dtrace
Mark Johnston d96700a6da Remove redefinitions of some kernel types from mbuf.d.
These override the kernel's definitions and do not match in some cases,
which can break scripts that use these types. With r305055, dtrace is able
to trace fields of struct mbuf's anonymous structs and unions, so there is
no need to redefine types already defined in CTF.

MFC after:	3 days
2016-09-03 20:43:59 +00:00
..
blocking Add a little, but very useful script for use with programs that work using an 2015-10-04 00:40:12 +00:00
disklatency add my scripts to measure io latency per disk... 2014-08-09 20:40:03 +00:00
disklatencycmd add my scripts to measure io latency per disk... 2014-08-09 20:40:03 +00:00
hotopen Use dtrace -s instead of /bin/sh for DTrace scripts. 2014-06-26 17:27:36 +00:00
Makefile Remove the old version of the DTraceToolkit from the source tree. 2016-05-19 19:51:39 +00:00
Makefile.depend META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
mbuf.d Remove redefinitions of some kernel types from mbuf.d. 2016-09-03 20:43:59 +00:00
nfsattrstats Update DTrace nfs scripts to track the proper provider names. 2015-09-08 00:30:10 +00:00
nfsclienttime Update DTrace nfs scripts to track the proper provider names. 2015-09-08 00:30:10 +00:00
README Remove the old version of the DTraceToolkit from the source tree. 2016-05-19 19:51:39 +00:00
retval Add the address at which the routine returned. 2016-04-21 03:17:53 +00:00
siftr Brief demo script showing the various values that can be read via the new SIFTR statically defined tracepoint (SDT). 2015-04-29 18:07:58 +00:00
tcpconn TCP connection tracker that uses aggregations to show where connections 2015-03-07 19:29:53 +00:00
tcpdebug fix tcpdebug: - assign to "flags" in each probe, not only debug-input 2016-03-03 02:46:12 +00:00
tcpstate Summary: Remove the pid printing which does not currently work. 2015-03-08 02:47:38 +00:00
tcptrack Add a more complex TCP tracking script, which shows connections and 2015-03-07 19:16:09 +00:00
udptrack Summary: Update the ports to read from the packet rather than the 2015-03-08 04:33:53 +00:00
watch_execve Fix bad title on script (caused by copy/paste) 2016-01-22 07:22:30 +00:00
watch_kill Bump copyright for change from fbt to syscall 2016-01-24 21:18:54 +00:00
watch_vop_remove Add scripts for watching common entry points. 2016-01-22 07:19:30 +00:00

$FreeBSD$

This directory contains scripts for use with the DTrace system.
These files and directories contain code generated by the FreeBSD
Project for use with DTrace on FreeBSD.