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

probe kernel.function("rebalance_tick") {
  log ("rebalance_tick (" . string ($this_cpu) . ", " .
                            string ($this_rq) . ", " .
                            string ($idle) .
			 ")")
}