Dprobes (Dynamic Probes) is aLinux kernel analysis framework built off of Kprobes, which features the ability to insert breakpoints and software probes dynamically into running code. It is licensed under theGNU GPLv2 licence.
The IBM Linux Technology Centre first announced Dprobes on 16 August 2000[1] and would later ship withSUSE Linux Enterprise Server (SLES)[2] and continue to do so until SLES 9.[3]
With the release of Linux 2.6.9-rc2, Kprobes became a part of the mainline kernel on 2 November 2004,[4][5] while Dprobes remained a separate patch. With several other tracing options being added to subsequent kernel version, such asSystemTap, some commercial Linux distributions moved away from using Dprobes.[6]