Re: [PATCH v4] time: alarmtimer: Add the trcepoints for alarmtimer

From: John Stultz
Date: Fri Oct 28 2016 - 23:23:27 EST


On Thu, Oct 27, 2016 at 12:32 AM, Baolin Wang <baolin.wang@xxxxxxxxxx> wrote:
> On 18 October 2016 at 14:47, Baolin Wang <baolin.wang@xxxxxxxxxx> 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 <baolin.wang@xxxxxxxxxx>
>> Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx>
>> ---
>> 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