Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dring_buffer.c171 RB_LEN_TIME_EXTEND = 8, enumerator
176 ((struct ring_buffer_event *)((char *)event + RB_LEN_TIME_EXTEND))
221 return RB_LEN_TIME_EXTEND; in rb_event_length()
246 len = RB_LEN_TIME_EXTEND; in rb_event_ts_length()
4102 *length -= RB_LEN_TIME_EXTEND; in rb_add_timestamp()
4171 if (length == RB_LEN_TIME_EXTEND + RB_ALIGNMENT) in rb_calculate_event_length()
4832 info->length += RB_LEN_TIME_EXTEND; in __rb_reserve_next()
4837 info->length += RB_LEN_TIME_EXTEND; in __rb_reserve_next()
4987 info.length += RB_LEN_TIME_EXTEND; in rb_reserve_next_event()
5014 info.length -= RB_LEN_TIME_EXTEND; in rb_reserve_next_event()
[all …]