Home
last modified time | relevance | path

Searched refs:add_timestamp (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/s390/boot/
H A Dprintk.c200 static char *add_timestamp(char *buf) in add_timestamp() function
237 p = add_timestamp(p); in boot_printk()
/linux-6.15/kernel/trace/
H A Dring_buffer.c432 int add_timestamp; member
3613 bool abs = info->add_timestamp & in rb_add_timestamp()
3675 if (unlikely(info->add_timestamp)) in rb_update_event()
4280 } else if (info->add_timestamp & in check_buffer()
4344 if ((info->add_timestamp & RB_ADD_STAMP_ABSOLUTE)) { in __rb_reserve_next()
4356 info->add_timestamp |= RB_ADD_STAMP_FORCE | RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
4361 info->add_timestamp |= RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
4391 if (likely(!(info->add_timestamp & in __rb_reserve_next()
4438 info->add_timestamp &= ~RB_ADD_STAMP_FORCE; in __rb_reserve_next()
4445 if (unlikely(!tail && !(info->add_timestamp & in __rb_reserve_next()
[all …]