Anyone tried SystemTap with the latest RHEL5 Beta refresh

Mike Mason mmlnx@us.ibm.com
Thu Oct 26 20:39:00 GMT 2006


Looks like he's trying to run the ioblock tapset file directly?  That won't work.  Stap ends up loading ioblock.stp twice which results in the duplicate probe errors. He needs to write a script that uses the ioblock tapset probes.

- Mike

Vara Prasad wrote:
> One of my colleague tried SystemTap on x86_64 machine got the following 
> error
> stap -g ioblock.stp
> while: registering probe alias ioblock.submit = 
> kernel.function("submit_bio")
> semantic error: duplicate probe point pattern
> while: registering probe alias ioblock.end = kernel.function("bio_endio")
> semantic error: duplicate probe point pattern
> Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
> 
> 
> I dont have the setup to debug his problem, was wondering if anyone has 
> experienced these problems.
> He is using stock RHEL 5 setup. I thought we now bundle everything 
> needed in RHEL5, correct.
> Does he needs to download any additional packages?
> 
> Thanks for your help,
> Vara Prasad
> 



More information about the Systemtap mailing list