Searched refs:BTS_RECORD_SIZE (Results 1 – 2 of 2) sorted by relevance
41 #define BTS_RECORD_SIZE 24 macro112 buf->real_size = size - size % BTS_RECORD_SIZE; in bts_buffer_setup_aux()121 buf->buf[nbuf].displacement = (pad ? BTS_RECORD_SIZE - pad : 0); in bts_buffer_setup_aux()123 pad = buf->buf[nbuf].size % BTS_RECORD_SIZE; in bts_buffer_setup_aux()162 else if (end - index > BTS_RECORD_SIZE) in bts_config_buffer()163 thresh = end - BTS_RECORD_SIZE; in bts_config_buffer()173 : ds->bts_absolute_maximum + BTS_RECORD_SIZE; in bts_config_buffer()386 space -= space % BTS_RECORD_SIZE; in bts_buffer_reset()401 next_space -= next_space % BTS_RECORD_SIZE; in bts_buffer_reset()425 wakeup = BTS_SAFETY_MARGIN + BTS_RECORD_SIZE + handle->wakeup - in bts_buffer_reset()[all …]
18 #define BTS_RECORD_SIZE 24 macro412 max = BTS_BUFFER_SIZE / BTS_RECORD_SIZE; in alloc_bts_buffer()414 max * BTS_RECORD_SIZE; in alloc_bts_buffer()416 (max / 16) * BTS_RECORD_SIZE; in alloc_bts_buffer()