lkml.org 
[lkml]   [2014]   [Feb]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v3 6/6] tracing/trivial: Add CLOCK_*_DEFERRABLE for tracing clockids
Date
Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com>
---
include/trace/events/timer.h | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/include/trace/events/timer.h b/include/trace/events/timer.h
index 547b79f..ea3119a 100644
--- a/include/trace/events/timer.h
+++ b/include/trace/events/timer.h
@@ -13,7 +13,13 @@
{ CLOCK_MONOTONIC, "CLOCK_MONOTONIC" }, \
{ CLOCK_REALTIME, "CLOCK_REALTIME" }, \
{ CLOCK_BOOTTIME, "CLOCK_BOOTTIME" }, \
- { CLOCK_TAI, "CLOCK_TAI" } \
+ { CLOCK_TAI, "CLOCK_TAI" }, \
+ { CLOCK_MONOTONIC_DEFERRABLE, \
+ "CLOCK_MONOTONIC_DEFERRABLE" }, \
+ { CLOCK_REALTIME_DEFERRABLE, \
+ "CLOCK_REALTIME_DEFERRABLE" }, \
+ { CLOCK_BOOTTIME_DEFERRABLE, \
+ "CLOCK_BOOTTIME_DEFERRABLE" } \
)

#define hrmode_to_string(hrmode) \
--
1.7.9.5


\
 
 \ /
  Last update: 2014-02-20 10:21    [W:0.271 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site