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

/linux-master/kernel/trace/
H A Dring_buffer.c403 int add_timestamp; member in struct:rb_event_info
407 * Used for the add_timestamp
2763 bool abs = info->add_timestamp &
2825 if (unlikely(info->add_timestamp))
3427 } else if (info->add_timestamp &
3518 if ((info->add_timestamp & RB_ADD_STAMP_ABSOLUTE)) {
3530 info->add_timestamp |= RB_ADD_STAMP_FORCE | RB_ADD_STAMP_EXTEND;
3535 info->add_timestamp |= RB_ADD_STAMP_EXTEND;
3565 if (likely(!(info->add_timestamp &
3612 info->add_timestamp
[all...]

Completed in 210 milliseconds