summaryrefslogtreecommitdiff
path: root/share/dtrace
AgeCommit message (Expand)Author
2024-12-16ipfw.d: Add required dependency declarationsMark Johnston
2023-12-31libdtrace: decode all tcp header flags and addRichard Scheffenegger
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-09-02dtrace: fix ipfw_rule_info_t translatorAndrey V. Elsukov
2021-06-19pkgbase: Put dtrace in its own packageEmmanuel Vadot
2020-10-21Add dtrace SDT probe ipfw:::rule-matched.Andrey V. Elsukov
2020-08-05Synchronize definitions in mbuf.d with values from mbuf.hAndrey V. Elsukov
2018-03-06Introduce dwatch(1) as a tool for making DTrace more usefulDevin Teske
2016-09-03Remove redefinitions of some kernel types from mbuf.d.Mark Johnston
2016-05-19Remove the old version of the DTraceToolkit from the source tree.George V. Neville-Neil
2016-04-21Add the address at which the routine returned.George V. Neville-Neil
2016-03-25Remove dependency on mbuf provider as mbuf SDTs are now in the SDT space.George V. Neville-Neil
2016-03-22Add an mbuf provider to DTrace.George V. Neville-Neil
2016-03-03fix tcpdebug: - assign to "flags" in each probe, not only debug-inputGeorge V. Neville-Neil
2016-01-24Bump copyright for change from fbt to syscallDevin Teske
2016-01-22Switch to syscall; HEAD lacks fbt for kill(2)Devin Teske
2016-01-22Fix bad title on script (caused by copy/paste)Devin Teske
2016-01-22Add scripts for watching common entry points.Devin Teske
2015-12-01META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery
2015-11-26META MODE: These need object directories to handle staging.Bryan Drewery
2015-11-26Replace the retval.sh shell script with a native DTrace script.George V. Neville-Neil
2015-11-25Summary: A simple script to print the return value of any function,George V. Neville-Neil
2015-10-04Add a little, but very useful script for use with programs that work using anPawel Jakub Dawidek
2015-09-13dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil
2015-09-08Update DTrace nfs scripts to track the proper provider names.George V. Neville-Neil
2015-06-30Add missing DTrace scripts that exist in the source tree to the Makefile forHiren Panchasara
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-11Remove NO_OBJSimon J. Gerraty
2015-06-10Remove extra blank linesSimon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-29Brief demo script showing the various values that can be read via the new SIF...George V. Neville-Neil
2015-03-08Summary: Update the ports to read from the packet rather than theGeorge V. Neville-Neil
2015-03-08udp track shows UDP data as it arrives and leaves the systemGeorge V. Neville-Neil
2015-03-08Summary: Remove the pid printing which does not currently work.George V. Neville-Neil
2015-03-07Set the property to executable.George V. Neville-Neil
2015-03-07Add execute bits to tcpstate script.George V. Neville-Neil
2015-03-07TCP connection tracker that uses aggregations to show where connectionsGeorge V. Neville-Neil
2015-03-07Add a more complex TCP tracking script, which shows connections andGeorge V. Neville-Neil
2015-03-07Add a TCP state tracking script based on FreeBSD TCP SDTsGeorge V. Neville-Neil
2014-11-19Merge from head@274682Simon J. Gerraty
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-08-09add my scripts to measure io latency per disk...John-Mark Gurney
2014-08-09make the README a bit more clearer...John-Mark Gurney
2014-06-26Use dtrace -s instead of /bin/sh for DTrace scripts.Rui Paulo
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh