<steve.russell@ubs.com> writes:
Hello,
We've started testing some of the early system tap work (we're heavy users of one of those 'other' projects as well) and were wondering if anyone had banged together a JVM TI (http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/) integration probe? If so, we can provide some concrete feedback on effectiveness and usability in a number of different code/style environments.
systemtap is kprobes based and kprobes doesn't do user space.
The older dprobes has support for user space instrumentation though
using special kernel patches. Unlike systemtap it also actually
already works reasonably well.
-Andi