码迷,mamicode.com
首页 > 系统相关 > 详细

转 在Linux内核中打印日志时间戳

时间:2018-07-25 01:05:31      阅读:318      评论:0      收藏:0      [点我收藏+]

标签:one   cst   cache   ESS   linux内核   cer   hack   boot   for   

在编译Linux内核,配置时:make menuconfig ---> Kernel hacking --> printk and dmesg options --> show timing information on printks

  当选中这个选项后,启动内核,会在日志信息前面加上时间戳。

从下面的输出可以看出,时间精确到微秒(us)。

  如下:

-------------------------------------------------------------------------------------------

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 2.6.35.7+ (bshen@bamboo) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #109 PREEMPT Mon Nov 14 15:11:15 CST 2011
[ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache

--------------------------------------------------------------------------------------------

 

转自:https://blog.csdn.net/beckdon/article/details/50404131

转 在Linux内核中打印日志时间戳

标签:one   cst   cache   ESS   linux内核   cer   hack   boot   for   

原文地址:https://www.cnblogs.com/huakaimanlin/p/9363483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!