<div dir="ltr"><div><div><div><div>Hi Vignesh,<br></div><br>Thank you for your answer. I have chosen ktime_get() as it is in sync with the times logged in kernel log.<br></div>Hence, doing it with ktime_get() will be my first choice.<br><br></div>Regards,<br></div>Manty<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 1, 2014 at 5:35 PM, Vignesh Radhakrishnan <span dir="ltr">&lt;<a href="mailto:vignesh1192@gmail.com" target="_blank">vignesh1192@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">An alternative that you can consider would be to expose the desired time or value from your driver, using a sysfs entry so that they can be synced to what you are doing in the driver level and  user space can read it using &#39;cat&#39;<br><br>Thanks and regards, <br>Vignesh Radhakrishnan <br><div class="HOEnZb"><div class="h5"><br>On Monday, December 1, 2014, manty kuma &lt;<a href="mailto:mantykuma@gmail.com" target="_blank">mantykuma@gmail.com</a>&gt; wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I need to measure some timings in my system. At driver level, i am using ktime_get() to log the times.<br>&gt; I need to map this to something of the same unit at user space.<br>&gt;<br>&gt; I checked /proc/uptime. This value also includes the suspend time which ktime_get() doesn&#39;t include. Hence this option is ruled out.<br>&gt;<br>&gt; Is there any other proc entry or any other source which is of same unit?<br>&gt;<br>&gt; Best Regards,<br>&gt; manty<br>&gt;<br><br></div></div><span class="HOEnZb"><font color="#888888">-- <br><a href="http://vigneshradhakrishnan.blogspot.com/" target="_blank">http://vigneshradhakrishnan.blogspot.com/</a><br><br>
</font></span></blockquote></div><br></div>