summaryrefslogtreecommitdiff
path: root/sys/cddl/dev/sdt
AgeCommit message (Expand)Author
6 dayssdt: Fix the probe ID type in struct sdt_probeMark Johnston
2025-07-28sdt: Initialize probes in two passesMark Johnston
2024-10-16sdt: Tear down probes in kernel modules during kldunloadJohn Baldwin
2024-07-08sdt: Fix aframe handling after commit ddf0ed09bd8fMark Johnston
2024-06-20sdt: Support fetching the probe sixth argument with MI machineryMark Johnston
2024-06-19sdt: Implement SDT probes using hot-patchingMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-12-03sdt: Create providers and probes in separate passes when loading sdt.koMark Johnston
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2018-04-24lockstat: track lockstat just like sdt probesMateusz Guzik
2017-10-22sdt: make all sdt probe sites test one variableMateusz Guzik
2017-09-27Use C99 initializers for DTrace provider methods.Mark Johnston
2016-04-10Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.Mark Johnston
2015-09-29sdt: static-ize couple of variablesAndriy Gapon
2015-09-29sdt module does not seem to actually use any symbol from opensolaris moduleAndriy Gapon
2015-09-29std: it is important that func name is never an empty stringAndriy Gapon
2015-09-29sdt: start checking version field when parsing probe definitionsAndriy Gapon
2015-07-19Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston
2014-06-21Allow creation of SDT probes from a module in which no providers areMark Johnston
2013-11-26dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon
2013-11-25- For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao
2013-10-26Do some cleanup of the SDT code. In particular,Mark Johnston
2013-08-24Rename the kld_unload event handler to kld_unload_try, and add a newMark Johnston
2013-08-17Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosMark Johnston
2013-08-14Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadMark Johnston
2013-08-13FreeBSD's DTrace implementation has a few problems with respect to handlingMark Johnston
2013-06-02SDT probes can directly pass up to five arguments as arguments toMark Johnston
2012-03-27Instead of only iterating over the set of known SDT probes when sdt.ko isRyan Stone
2008-05-23Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.John Birrell