Searched refs:printk_time (Results 1 – 2 of 2) sorted by relevance
1369 static bool printk_time = IS_ENABLED(CONFIG_PRINTK_TIME); variable1370 module_param_named(time, printk_time, bool, S_IRUGO | S_IWUSR);1664 syslog_time = printk_time; in syslog_print()1716 time = printk_time; in syslog_print_all()1849 bool time = syslog_partial ? syslog_time : printk_time; in do_syslog()1857 time = printk_time; in do_syslog()2486 #define printk_time false macro3024 len = record_print_text(&r, console_msg_format & MSG_FORMAT_SYSLOG, printk_time); in printk_get_next_message()4805 l = record_print_text(&r, syslog, printk_time); in kmsg_dump_get_line()4812 printk_time); in kmsg_dump_get_line()[all …]
875 `printk_time' param).