]> sourceware.org Git - systemtap.git/blame - testsuite/semok/thirty.stp
PR11353: enable probe elision optimization
[systemtap.git] / testsuite / semok / thirty.stp
CommitLineData
82c6c730 1#! stap -u -p2
2c5a19c6
DB
2
3probe foo.a.one = foo.b, foo.c {} // not recursive
4probe foo.a.two = foo.c, foo.b {} // not recursive
5probe foo.b = foo.c {}
6probe foo.c = begin {}
7probe foo.a.one {}
8probe foo.a.two {}
9
This page took 0.197892 seconds and 5 git commands to generate.