aboutsummaryrefslogtreecommitdiff
path: root/share/dtrace
Commit message (Expand)AuthorAgeFilesLines
* Add dtrace SDT probe ipfw:::rule-matched.Andrey V. Elsukov2020-10-212-1/+220
* Synchronize definitions in mbuf.d with values from mbuf.hAndrey V. Elsukov2020-08-051-31/+37
* Introduce dwatch(1) as a tool for making DTrace more usefulDevin Teske2018-03-064-939/+1
* Remove redefinitions of some kernel types from mbuf.d.Mark Johnston2016-09-031-84/+0
* Remove the old version of the DTraceToolkit from the source tree.George V. Neville-Neil2016-05-194-41/+3
* Add the address at which the routine returned.George V. Neville-Neil2016-04-211-1/+1
* Remove dependency on mbuf provider as mbuf SDTs are now in the SDT space.George V. Neville-Neil2016-03-251-1/+0
* Add an mbuf provider to DTrace.George V. Neville-Neil2016-03-222-0/+217
* fix tcpdebug: - assign to "flags" in each probe, not only debug-inputGeorge V. Neville-Neil2016-03-032-2/+5
* Bump copyright for change from fbt to syscallDevin Teske2016-01-241-1/+1
* Switch to syscall; HEAD lacks fbt for kill(2)Devin Teske2016-01-221-4/+3
* Fix bad title on script (caused by copy/paste)Devin Teske2016-01-221-1/+1
* Add scripts for watching common entry points.Devin Teske2016-01-224-1/+940
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+11
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-261-2/+0
* Replace the retval.sh shell script with a native DTrace script.George V. Neville-Neil2015-11-262-43/+42
* Summary: A simple script to print the return value of any function,George V. Neville-Neil2015-11-251-0/+43
* Add a little, but very useful script for use with programs that work using anPawel Jakub Dawidek2015-10-042-1/+59
* dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil2015-09-131-0/+165
* Update DTrace nfs scripts to track the proper provider names.George V. Neville-Neil2015-09-082-4/+4
* Add missing DTrace scripts that exist in the source tree to the Makefile forHiren Panchasara2015-06-301-2/+4
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\
| * Remove extra blank linesSimon J. Gerraty2015-06-101-1/+0
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-276-1/+302
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-195-8/+150
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-193-119/+114
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \ \
| * | | | | We do want objdirSimon J. Gerraty2013-10-131-1/+0
| * | | | | Updated dependenciesSimon J. Gerraty2013-10-131-0/+12
* | | | | | Remove NO_OBJSimon J. Gerraty2015-06-111-2/+0
| |_|_|_|/ |/| | | |
* | | | | Brief demo script showing the various values that can be read via the new SIF...George V. Neville-Neil2015-04-291-0/+68
* | | | | Summary: Update the ports to read from the packet rather than theGeorge V. Neville-Neil2015-03-081-4/+3
* | | | | udp track shows UDP data as it arrives and leaves the systemGeorge V. Neville-Neil2015-03-082-1/+56
* | | | | Summary: Remove the pid printing which does not currently work.George V. Neville-Neil2015-03-081-1/+1
* | | | | Set the property to executable.George V. Neville-Neil2015-03-071-0/+0
* | | | | Add execute bits to tcpstate script.George V. Neville-Neil2015-03-071-1/+1
* | | | | TCP connection tracker that uses aggregations to show where connectionsGeorge V. Neville-Neil2015-03-072-1/+49
* | | | | Add a more complex TCP tracking script, which shows connections andGeorge V. Neville-Neil2015-03-072-1/+85
* | | | | Add a TCP state tracking script based on FreeBSD TCP SDTsGeorge V. Neville-Neil2015-03-072-1/+48
| |_|_|/ |/| | |
* | | | add my scripts to measure io latency per disk...John-Mark Gurney2014-08-093-1/+143
* | | | make the README a bit more clearer...John-Mark Gurney2014-08-092-7/+7
| |_|/ |/| |
* | | Use dtrace -s instead of /bin/sh for DTrace scripts.Rui Paulo2014-06-263-119/+114
| |/ |/|
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
|/
* Remove copy/pasteo in the copyright notice.George V. Neville-Neil2012-07-211-3/+0
* Add a new script, hotopen, which shows what uid is opening filesGeorge V. Neville-Neil2012-07-202-2/+63
* Add a script that traces NFS attribute cache accesses.George V. Neville-Neil2012-07-161-0/+74
* Fix a case typo.George V. Neville-Neil2012-05-181-1/+1
* Add a DTrace script to show the frequency and latency of NFS client calls.George V. Neville-Neil2012-05-181-0/+74
* Add support for our own DTrace scripts and those from the DTraceToolkitGeorge V. Neville-Neil2012-05-183-0/+49