[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <53062C8E.30301@samsung.com>
Date: Thu, 20 Feb 2014 20:25:50 +0400
From: Alexey Perevalov <a.perevalov@...sung.com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-kernel@...r.kernel.org, john.stultz@...aro.org,
anton@...sg.org, kyungmin.park@...sung.com, cw00.choi@...sung.com,
akpm@...ux-foundation.org
Subject: Re: [PATCH v3 1/6] tracing/trivial: Add CLOCK_BOOTIME and CLOCK_TAI
for human readable clockid trace
On 02/20/2014 03:01 PM, Thomas Gleixner wrote:
>
> On Thu, 20 Feb 2014, Alexey Perevalov wrote:
>
>> These clockids is also used in current hrtimer implementation.
>>
>> Signed-off-by: Alexey Perevalov <a.perevalov@...sung.com>
>> ---
>> include/trace/events/timer.h | 5 ++++-
>> 1 file changed, 4 insertions(+), 1 deletion(-)
>>
>> diff --git a/include/trace/events/timer.h b/include/trace/events/timer.h
>> index 185b2c6..547b79f 100644
>> --- a/include/trace/events/timer.h
>> +++ b/include/trace/events/timer.h
>> @@ -11,7 +11,10 @@
>> #define clockid_to_string(clockid) \
>> __print_symbolic(clockid, \
>> { CLOCK_MONOTONIC, "CLOCK_MONOTONIC" }, \
>> - { CLOCK_REALTIME, "CLOCK_REALTIME" })
>> + { CLOCK_REALTIME, "CLOCK_REALTIME" }, \
>> + { CLOCK_BOOTTIME, "CLOCK_BOOTTIME" }, \
>> + { CLOCK_TAI, "CLOCK_TAI" } \
>> + )
> patching file include/trace/events/timer.h
> Hunk #1 FAILED at 11.
> 1 out of 1 hunk FAILED -- rejects in file include/trace/events/timer.h
>
> Brilliant stuff this.
>
>
>
>
>
Sorry, I missed one patch
--
Best regards,
Alexey Perevalov
--
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