]> sourceware.org Git - systemtap.git/blob - testsuite/semok/entry02.stp
Rename CONTEXT regflags to probe_flags. Now simply indicates user mode.
[systemtap.git] / testsuite / semok / entry02.stp
1 #! stap -Wp2
2
3 global stat
4
5 # @entry can be optimized away from bad locations if the result is not used.
6 probe begin {
7 stat <<< get_cycles();
8 - @entry(get_cycles())
9 exit()
10 }
This page took 0.036198 seconds and 5 git commands to generate.