Probing executables specified as command line arguments

Malte Forkel malte.forkel@berlin.de
Thu Sep 6 16:45:00 GMT 2012


Am 06.09.2012 16:44, schrieb Frank Ch. Eigler:
> 
> The closest match is probably a sample script [1], which does
> something like:
> 
> %( $# >= 1 %? probe process(@1).function("*").call { ... } %)
> %( $# >= 2 %? probe process(@2).function("*").call { ... } %)
> 
> [1] http://sourceware.org/systemtap/examples/general/eventcount.stp
> 

Thanks for your helpl! It doesn't look that pretty, but it works. Wrote
a Python script to write the SystemTap script :-)

Malte





More information about the Systemtap mailing list