do_wait() wakeup optimization: shift security_task_wait() from eligible_child() to...
[safe/jmp/linux-2.6] / kernel / sched_fair.c
index cd73738..ecc637a 100644 (file)
@@ -513,6 +513,7 @@ static void update_curr(struct cfs_rq *cfs_rq)
        if (entity_is_task(curr)) {
                struct task_struct *curtask = task_of(curr);
 
+               trace_sched_stat_runtime(curtask, delta_exec, curr->vruntime);
                cpuacct_charge(curtask, delta_exec);
                account_group_exec_runtime(curtask, delta_exec);
        }