From: Ingo Molnar Date: Thu, 10 Sep 2009 18:52:09 +0000 (+0200) Subject: sched: Fix sched::sched_stat_wait tracepoint field X-Git-Tag: v2.6.32-rc1~719^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f8450854d69f0291882804406ea1bab3ca44b4;p=pandora-kernel.git sched: Fix sched::sched_stat_wait tracepoint field This weird perf trace output: cc1-9943 [001] 2802.059479616: sched_stat_wait: task: as:9944 wait: 2801938766276 [ns] Is caused by setting one component field of the delta to zero a bit too early. Move it to later. ( Note, this does not affect the NEW_FAIR_SLEEPERS interactivity bug, it's just a reporting bug in essence. ) Acked-by: Peter Zijlstra Cc: Nikos Chantziaras Cc: Jens Axboe Cc: Mike Galbraith LKML-Reference: <4AA93D34.8040500@arcor.de> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed