[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJL_ekuL2NjA50eZ-anDefwjAbLBKignXxUvyEPVZvUag5W=Ng@mail.gmail.com>
Date: Wed, 14 Nov 2012 17:52:18 -0800
From: David Sharp <dhsharp@...gle.com>
To: Steven Rostedt <rostedt@...dmis.org>, linux-kernel@...r.kernel.org
Cc: Venkatesh Pallipadi <venki@...gle.com>,
David Sharp <dhsharp@...gle.com>
Subject: Re: [PATCH 1/4] kernelshark: Fix bug with Plot CPU filtering
sorry for the dups... typoed Steve's domain.
On Wed, Nov 14, 2012 at 5:51 PM, David Sharp <dhsharp@...gle.com> wrote:
> From: Venkatesh Pallipadi <venki@...gle.com>
>
> Plot CPU filtering in kernelshark has the following bug:
> 1) Deselect CPU A from Plot CPU list
> 2) Plot gets updated with no CPU A
> 3) Deselect CPU B
> 4) Plot continues to have CPU B
>
> This is due to a bug in graph_plot_cpus_update_callback(),
> which seems to be checking old_all_cpus != new_all_cpus before doing any
> update. This condition is true on 1, but false on 2.
> Removing that check fixes the problem.
>
> Tested:
> Above sequence now does expected filtering.
>
> Google-bug-id: 4258610
> Signed-off-by: Venkatesh Pallipadi <venki@...gle.com>
> Signed-off-by: David Sharp <dhsharp@...gle.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists