Djprobe

Djprobe is a patch for linux 2.6.22.
Download

Djprobe Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Satoshi Oshima, Masami Hiramatsu
  • Publisher web site:

Djprobe Tags


Djprobe Description

Djprobe is a patch for linux 2.6.22. Djprobe provides the non-locking and ultra-light probe function. It uses the relative `jmp` opcode instead of `int3` break opcode. It can reduce overheads of probing by the interruption, single-stepping and locking.The basic idea of Djprobe is to dynamically hook at any kernel function entry points and collect the debugging or performance analysis information non-disruptively.The functionality of djprobe is very similar to Kprobe or Jprobe. The distinction of djprobe is to use jump instruction instead of break point instruction. This distinction reduces the overhead of each probe.Here are some key features of "Djprobe":· Djprobe can probe entries of almost all functions without any interruption.Requirements:· linux kernel 2.6.22INSTALLATION:1) Download linux-2.6.22.tar.bz22) Prepare kernel source code. $ tar xjf linux-2.6.22.tar.bz2 3) Patch the patchset to the kernel source by using quilt. $ cp -r $(SOMEWHERE_DJPROBE)/patches linux-2.6.22/ $ cd linux-2.6.22/ $ quilt push -a4) Ensure CONFIG_KPROBES is set to "y" while configuring the kernel using make menuconfig/xconfig/oldconfig. 5) Build and install the new kernel. 6) rebootWhat's New in This Release:· Update against new patchset.· Add rubytap script.


Djprobe Related Software