Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dring_buffer.c468 int add_timestamp; member
4041 bool abs = info->add_timestamp & in rb_add_timestamp()
4103 if (unlikely(info->add_timestamp)) in rb_update_event()
4723 } else if (info->add_timestamp & in check_buffer()
4789 if ((info->add_timestamp & RB_ADD_STAMP_ABSOLUTE)) { in __rb_reserve_next()
4801 info->add_timestamp |= RB_ADD_STAMP_FORCE | RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
4806 info->add_timestamp |= RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
4836 if (likely(!(info->add_timestamp & in __rb_reserve_next()
4883 info->add_timestamp &= ~RB_ADD_STAMP_FORCE; in __rb_reserve_next()
4890 if (unlikely(!tail && !(info->add_timestamp & in __rb_reserve_next()
[all …]