summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/seven.stp
blob: 236222df8f837313e4a6be392cf589e1c367549b (plain)
1
2
3
4
5
6
#! stap -p4

probe kernel.function("scheduler_tick") {
  log ("scheduler_tick (" . string ($user_ticks) . ", " .
                            string ($sys_ticks) . ")")
}