29 вересня 2009 о 11:17 -0300 Breno Leitao написав(-ла): > 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 ? First one probes also inline functions?