aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_kdtrace.c
Commit message (Expand)AuthorAgeFilesLines
* Separate out SCTP related dtrace code.Michael Tuexen2019-10-141-29/+0
* Define sctp probes only when SCTP is configured.Mark Johnston2018-09-061-0/+6
* Add support for send, receive and state-change DTrace providers forMichael Tuexen2018-08-221-0/+23
* Add a dtrace provider for UDP-Lite.Michael Tuexen2018-07-311-0/+15
* Use tcpinfoh_t for TCP headers in the tcp:::debug-{drop,input} probes.Mark Johnston2018-01-251-2/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use estimated RTT for receive buffer auto resizing instead of timestampsSteven Hartland2017-04-101-0/+8
* Add an mbuf to ipinfo_t translator to finish cleanup of mbuf passing to TCP p...George V. Neville-Neil2017-02-011-7/+7
* Fix style issues around existing SDT probes.Mark Johnston2015-12-161-1/+1
* dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil2015-09-131-0/+19
* Brief demo script showing the various values that can be read viaGeorge V. Neville-Neil2015-04-291-0/+3
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-12/+12
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Add a separate translator for headers passed to the TCP probes in theMark Johnston2013-10-021-4/+4
* Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-251-0/+127