diff options
Diffstat (limited to 'testsuite/buildok/five.stp')
-rwxr-xr-x | testsuite/buildok/five.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/buildok/five.stp b/testsuite/buildok/five.stp new file mode 100755 index 00000000..7663e50c --- /dev/null +++ b/testsuite/buildok/five.stp @@ -0,0 +1,4 @@ +#! stap -p4 + +probe kernel.function("schedule") { log "arrival" } +probe kernel.function("schedule").return { log "departure" } |