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.c467 int add_timestamp; member
3724 bool abs = info->add_timestamp & in rb_add_timestamp()
3786 if (unlikely(info->add_timestamp)) in rb_update_event()
4391 } else if (info->add_timestamp & in check_buffer()
4455 if ((info->add_timestamp & RB_ADD_STAMP_ABSOLUTE)) { in __rb_reserve_next()
4467 info->add_timestamp |= RB_ADD_STAMP_FORCE | RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
4472 info->add_timestamp |= RB_ADD_STAMP_EXTEND; in __rb_reserve_next()
4502 if (likely(!(info->add_timestamp & in __rb_reserve_next()
4549 info->add_timestamp &= ~RB_ADD_STAMP_FORCE; in __rb_reserve_next()
4556 if (unlikely(!tail && !(info->add_timestamp & in __rb_reserve_next()
[all …]