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

/linux-master/kernel/trace/
H A Dring_buffer.c408 int add_timestamp; member in struct:rb_event_info
412 * Used for the add_timestamp
2782 bool abs = info->add_timestamp &
2844 if (unlikely(info->add_timestamp))
3446 } else if (info->add_timestamp &
3537 if ((info->add_timestamp & RB_ADD_STAMP_ABSOLUTE)) {
3549 info->add_timestamp |= RB_ADD_STAMP_FORCE | RB_ADD_STAMP_EXTEND;
3554 info->add_timestamp |= RB_ADD_STAMP_EXTEND;
3584 if (likely(!(info->add_timestamp &
3631 info->add_timestamp
[all...]

Completed in 206 milliseconds