Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942436AbcJ2DXX (ORCPT ); Fri, 28 Oct 2016 23:23:23 -0400 Received: from mail-oi0-f43.google.com ([209.85.218.43]:33856 "EHLO mail-oi0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932125AbcJ2DXW (ORCPT ); Fri, 28 Oct 2016 23:23:22 -0400 MIME-Version: 1.0 In-Reply-To: References: <6f08d03d1762e4e128cbe8fcbaf722bc583d29e5.1476772985.git.baolin.wang@linaro.org> From: John Stultz Date: Fri, 28 Oct 2016 20:23:20 -0700 Message-ID: Subject: Re: [PATCH v4] time: alarmtimer: Add the trcepoints for alarmtimer To: Baolin Wang Cc: Steven Rostedt , Ingo Molnar , Thomas Gleixner , Mark Brown , LKML 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: 1003 Lines: 30 On Thu, Oct 27, 2016 at 12:32 AM, Baolin Wang wrote: > On 18 October 2016 at 14:47, Baolin Wang wrote: >> From the trace log, we can find out the 'Binder:3292_2' process >> set one alarm timer which resumes the system. >> >> Signed-off-by: Baolin Wang >> Acked-by: Steven Rostedt >> --- >> Changes since v3: >> - Remove the "ALARM_" prefix in the string. >> - Add the ACK by Steven Rostedt. >> >> Changes since v2: >> - Save time as s64 type. >> - Remove 'process_name' parameter and add 'now' parameter. >> - Rename the trace event name. >> - Remove restart trace event. >> - Other optimization. > > Any comments about this version? Thanks. Sorry for the slow response. I've got this in my "to-queue" list, but I've not had the chance to queue it up and get it tested. Hopefully I'll find some time next week during plumbers to get that done, but it may not be till the week after. thanks -john