Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dring_buffer.c148 RB_LEN_TIME_EXTEND = 8, enumerator
153 ((struct ring_buffer_event *)((char *)event + RB_LEN_TIME_EXTEND))
198 return RB_LEN_TIME_EXTEND; in rb_event_length()
223 len = RB_LEN_TIME_EXTEND; in rb_event_ts_length()
2777 *length -= RB_LEN_TIME_EXTEND; in rb_add_timestamp()
2846 if (length == RB_LEN_TIME_EXTEND + RB_ALIGNMENT) in rb_calculate_event_length()
3464 info->length += RB_LEN_TIME_EXTEND; in __rb_reserve_next()
3469 info->length += RB_LEN_TIME_EXTEND; in __rb_reserve_next()
3619 info.length += RB_LEN_TIME_EXTEND; in rb_reserve_next_event()
3644 info.length -= RB_LEN_TIME_EXTEND; in rb_reserve_next_event()