summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/six.stp
blob: a63ad99b2fc65b5ebc4486902dc57d563f4c2e99 (plain)
1
2
3
4
5
#! stap -p4

probe kernel.function("context_switch") {
  log ("switch from=" . hexstring($prev) . " to=" . hexstring($next))
}