Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dring_buffer.c146 RB_LEN_TIME_EXTEND = 8, enumerator
151 ((struct ring_buffer_event *)((char *)event + RB_LEN_TIME_EXTEND))
196 return RB_LEN_TIME_EXTEND; in rb_event_length()
221 len = RB_LEN_TIME_EXTEND; in rb_event_ts_length()
2337 length -= RB_LEN_TIME_EXTEND; in rb_update_event()
2376 if (length == RB_LEN_TIME_EXTEND + RB_ALIGNMENT) in rb_calculate_event_length()
2789 info->length += RB_LEN_TIME_EXTEND; in __rb_reserve_next()
2894 info.length -= RB_LEN_TIME_EXTEND; in rb_reserve_next_event()