This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Weird Probe points on PPC


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]