which function is instrumentable?

William Cohen wcohen@redhat.com
Wed Mar 23 14:43:00 GMT 2011


On 03/23/2011 04:23 AM, Zhiwei Ying wrote:
> I see. What I am looking for is to exclude those bad-function
> automatically. I can write a script to test the function one by one,
> but it's ugly.
> 
> Can stap provides some hint about the probability, which could be used
> to estimate the correctness of instrumentation?
> 
> Can stap exclude those inlined function with some option?
> 

The following will exclude the inlined functions:

stap -l 'module("foo").function("*").call'


-Will



More information about the Systemtap mailing list