FW: [ANNOUNCE] kprobes-HERE!

Lynch, Rusty rusty.lynch@intel.com
Fri May 20 17:11:00 GMT 2005


I'm not sure if everyone noticed this on LKML last night, but here is an
example of somebody writing a kprobes based tool that an eventual
systemtap script should be able to easily handle.

If anything it shows the type of functionality normal kernel hackers are
looking for.

    --rusty

-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Tejun Heo
Sent: Friday, May 20, 2005 12:15 AM
To: linux-kernel@vger.kernel.org
Subject: [ANNOUNCE] kprobes-HERE!

 Hello, guys.

 I've implemented a very dumb and simple kprobes wrapper which
basically just prints "HERE!" messages.  It's consisted of a kernel
module and a perl script.  It compiles happily as an external module
without any modification to the kernel.  It only requires kprobes and
kallsyms to be compiled in.

 Message printing can be filtered on several conditions (uid, pid, irq
count...), and it also supports simple %x substitutions to report
runtime variables.  Please take a look at the following page for more
information.

 http://home-tj.org/kphere/

 Thanks.

-- 
tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



More information about the Systemtap mailing list