Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dring_buffer.c430 int add_timestamp; member
2899 bool abs = info->add_timestamp & in rb_add_timestamp()
2961 if (unlikely(info->add_timestamp)) in rb_update_event()
3470 } else if (info->add_timestamp & in check_buffer()
3570 if ((info->add_timestamp & RB_ADD_STAMP_ABSOLUTE)) { in __rb_reserve_next()
3582 info->add_timestamp |= RB_ADD_STAMP_FORCE | RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
3587 info->add_timestamp |= RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
3617 if (likely(!(info->add_timestamp & in __rb_reserve_next()
3667 info->add_timestamp &= ~RB_ADD_STAMP_FORCE; in __rb_reserve_next()
3674 if (unlikely(!tail && !(info->add_timestamp & in __rb_reserve_next()
[all …]