Searched refs:printk_time (Results 1 – 2 of 2) sorted by relevance
1345 static bool printk_time = IS_ENABLED(CONFIG_PRINTK_TIME); variable1346 module_param_named(time, printk_time, bool, S_IRUGO | S_IWUSR);1640 syslog_time = printk_time; in syslog_print()1692 time = printk_time; in syslog_print_all()1825 bool time = syslog_partial ? syslog_time : printk_time; in do_syslog()1833 time = printk_time; in do_syslog()2462 #define printk_time false macro3018 len = record_print_text(&r, console_msg_format & MSG_FORMAT_SYSLOG, printk_time); in printk_get_next_message()4879 l = record_print_text(&r, syslog, printk_time); in kmsg_dump_get_line()4886 printk_time); in kmsg_dump_get_line()[all …]
1010 `printk_time' param).