Re: [PATCH 2/2] sched: add statistic for rq->max_idle_balance_cost

From: Jason Low
Date: Tue Jan 21 2014 - 02:43:44 EST


On Mon, Jan 20, 2014 at 9:33 PM, Alex Shi <alex.shi@xxxxxxxxxx> wrote:
> It's useful to track this value in debug mode.
>
> Signed-off-by: Alex Shi <alex.shi@xxxxxxxxxx>
> ---
> kernel/sched/debug.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c
> index 1e43e70..f5c529a 100644
> --- a/kernel/sched/debug.c
> +++ b/kernel/sched/debug.c
> @@ -315,6 +315,7 @@ do { \
> P(sched_goidle);
> #ifdef CONFIG_SMP
> P64(avg_idle);
> + p64(max_idle_balance_cost);

Hi Alex,

Does this need to be P64(max_idle_balance_cost)?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/