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.c428 int add_timestamp; member
3535 bool abs = info->add_timestamp & in rb_add_timestamp()
3597 if (unlikely(info->add_timestamp)) in rb_update_event()
4202 } else if (info->add_timestamp & in check_buffer()
4266 if ((info->add_timestamp & RB_ADD_STAMP_ABSOLUTE)) { in __rb_reserve_next()
4278 info->add_timestamp |= RB_ADD_STAMP_FORCE | RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
4283 info->add_timestamp |= RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
4313 if (likely(!(info->add_timestamp & in __rb_reserve_next()
4360 info->add_timestamp &= ~RB_ADD_STAMP_FORCE; in __rb_reserve_next()
4367 if (unlikely(!tail && !(info->add_timestamp & in __rb_reserve_next()
[all …]