Weird Probe points on PPC

Breno Leitao leitao@linux.vnet.ibm.com
Tue Sep 29 14:17:00 GMT 2009


Breno Leitao wrote:
> Hi Guys, 
> 
> I found something that I can't explain in SystemTap.
> When probing module("jsm").function("*) it is probing more
> function that those inside the jsm module (ie, out_8, in_8, writeb, etc)
I just found that if I add .call, then it works properly. 
So, what is the difference between module("").function("*") and module("").function("*").call ?

Thanks



More information about the Systemtap mailing list