diff options
Diffstat (limited to 'testsuite/buildok/six.stp')
-rwxr-xr-x | testsuite/buildok/six.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/buildok/six.stp b/testsuite/buildok/six.stp new file mode 100755 index 00000000..a63ad99b --- /dev/null +++ b/testsuite/buildok/six.stp @@ -0,0 +1,5 @@ +#! stap -p4 + +probe kernel.function("context_switch") { + log ("switch from=" . hexstring($prev) . " to=" . hexstring($next)) +} |