Prev: sched: introduce a function to update the idle statistics
Next: [RFC PATCH v2] nohz/sched: disable ilb on !mc_capable()
From: Rik van Riel on 26 Apr 2010 16:40 On 04/18/2010 03:01 PM, Arjan van de Ven wrote: > From 60851b131900af03bf013afef69f3bcdbb04f1d6 Mon Sep 17 00:00:00 2001 > From: Arjan van de Ven<arjan(a)linux.intel.com> > Date: Sun, 18 Apr 2010 10:41:30 -0700 > Subject: [PATCH 3/7] sched: update the idle statistics in get_cpu_idle_time_us() > > Right now, get_cpu_idle_time_us() only reports the idle statistics > upto the point the CPU entered last idle; not what is valid right now. > > This patch adds an update of the idle statistics to get_cpu_idle_time_us(), > so that calling this function always returns statistics that are accurate > at the point of the call. > > This includes resetting the start of the idle time for accounting purposes > to avoid double accounting. > > Signed-off-by: Arjan van de Ven<arjan(a)linux.intel.com> Reviewed-by: Rik van Riel <riel(a)redhat.com> -- All rights reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |