Show timing information on printks

configname: CONFIG_PRINTK_TIME

Linux Kernel Configuration
└─>Kernel hacking
└─>printk and dmesg options
└─>Show timing information on printks
In linux kernel since version 2.6.12  
Selecting this option causes time stamps of the printk()
messages to be added to the output of the syslog() system
call and at the console.

The timestamp is always recorded internally, and exported
to /dev/kmsg. This flag just specifies if the timestamp should
be included, not that the timestamp is recorded.

The behavior is also controlled by the kernel command line
parameter printk.time=1. See
depends
CONFIG_PRINTK