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) . ")") }