Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752993AbaBTLBB (ORCPT ); Thu, 20 Feb 2014 06:01:01 -0500 Received: from www.linutronix.de ([62.245.132.108]:58323 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752122AbaBTLA7 (ORCPT ); Thu, 20 Feb 2014 06:00:59 -0500 Date: Thu, 20 Feb 2014 12:01:04 +0100 (CET) From: Thomas Gleixner To: Alexey Perevalov cc: linux-kernel@vger.kernel.org, john.stultz@linaro.org, anton@nomsg.org, kyungmin.park@samsung.com, cw00.choi@samsung.com, akpm@linux-foundation.org Subject: Re: [PATCH v3 1/6] tracing/trivial: Add CLOCK_BOOTIME and CLOCK_TAI for human readable clockid trace In-Reply-To: <1392885633-7787-2-git-send-email-a.perevalov@samsung.com> Message-ID: References: <1392885633-7787-1-git-send-email-a.perevalov@samsung.com> <1392885633-7787-2-git-send-email-a.perevalov@samsung.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 20 Feb 2014, Alexey Perevalov wrote: > These clockids is also used in current hrtimer implementation. > > Signed-off-by: Alexey Perevalov > --- > 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/