Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752959AbdGFXFp (ORCPT ); Thu, 6 Jul 2017 19:05:45 -0400 Received: from mail-oi0-f41.google.com ([209.85.218.41]:34186 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752786AbdGFXFo (ORCPT ); Thu, 6 Jul 2017 19:05:44 -0400 MIME-Version: 1.0 In-Reply-To: <20170706085902.0af6c9a6@gandalf.local.home> References: <20170706001147.29213-1-joelaf@google.com> <20170706085902.0af6c9a6@gandalf.local.home> From: Joel Fernandes Date: Thu, 6 Jul 2017 16:05:42 -0700 Message-ID: Subject: Re: [PATCH] tracing: Fix issues recording task information To: Steven Rostedt Cc: LKML , Michael Sartain , kernel-team@android.com, Ingo Molnar Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 543 Lines: 18 Hi Steven, On Thu, Jul 6, 2017 at 5:59 AM, Steven Rostedt wrote: > On Wed, 5 Jul 2017 17:11:47 -0700 > Joel Fernandes wrote: > >> Currently we stop recording task information if any of them error out or are >> not being recorded. Further if switching to/from the idle thread, we bail out >> early on. Fix these issues. > > Can you break this up into three patches. And yeah, I'll send these > after my initial pull request to Linus. Just sent them out again after breaking them up. Thanks, -Joel