dprobes

(Redirected from Kprobe)

Dprobes (Dynamic Probes) is a Linux 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 the GNU GPLv2 licence.

History

edit

The IBM Linux Technology Centre first announced Dprobes on 16 August 2000[1] and would later ship with SUSE 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 as SystemTap, some commercial Linux distributions moved away from using Dprobes.[6]

See also

edit
edit
  1. ^ Bhattacharya, Suparna (2000-08-21). "Dynamic Probes Announcement". LWN.net. Retrieved 2024-10-30.{{cite web}}: CS1 maint: url-status (link)
  2. ^ Edge, Jake (2019-10-30). "Unifying kernel tracing". LWN.net. Retrieved 2024-10-30.{{cite web}}: CS1 maint: url-status (link)
  3. ^ "Release Notes for SUSE LINUX Enterprise Server 9". www.suse.com. Retrieved 2024-10-30.
  4. ^ "Kernel Probes". sourceware.org. Retrieved 2024-10-30.{{cite web}}: CS1 maint: url-status (link)
  5. ^ Linux 2.6.9 kernel changelog, 2004, retrieved 30 October 2024
  6. ^ Wielaard, Mark (2009-01-21). "A SystemTap update". LWN.net. Retrieved 2024-10-30.{{cite web}}: CS1 maint: url-status (link)