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><br>On Monday, December 1, 2014, manty kuma &lt;<a href="mailto:mantykuma@gmail.com">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>-- <br><a href="http://vigneshradhakrishnan.blogspot.com/" target="_blank">http://vigneshradhakrishnan.blogspot.com/</a><br><br>