]> sourceware.org Git - systemtap.git/blob - testsuite/semok/eighteen.stp
PR11353: enable probe elision optimization
[systemtap.git] / testsuite / semok / eighteen.stp
1 #! stap -u -p2
2
3 function f () { }
4 function g (arg) { }
5
6 probe begin {
7 f(); g(1)
8 }
This page took 0.035624 seconds and 5 git commands to generate.