Searched refs:BTS_RECORD_SIZE (Results 1 – 2 of 2) sorted by relevance
41 #define BTS_RECORD_SIZE 24 macro106 buf->real_size = size - size % BTS_RECORD_SIZE; in bts_buffer_setup_aux()115 buf->buf[nbuf].displacement = (pad ? BTS_RECORD_SIZE - pad : 0); in bts_buffer_setup_aux()117 pad = buf->buf[nbuf].size % BTS_RECORD_SIZE; in bts_buffer_setup_aux()156 else if (end - index > BTS_RECORD_SIZE) in bts_config_buffer()157 thresh = end - BTS_RECORD_SIZE; in bts_config_buffer()167 : ds->bts_absolute_maximum + BTS_RECORD_SIZE; in bts_config_buffer()380 space -= space % BTS_RECORD_SIZE; in bts_buffer_reset()395 next_space -= next_space % BTS_RECORD_SIZE; in bts_buffer_reset()419 wakeup = BTS_SAFETY_MARGIN + BTS_RECORD_SIZE + handle->wakeup - in bts_buffer_reset()[all …]
17 #define BTS_RECORD_SIZE 24 macro411 max = BTS_BUFFER_SIZE / BTS_RECORD_SIZE; in alloc_bts_buffer()413 max * BTS_RECORD_SIZE; in alloc_bts_buffer()415 (max / 16) * BTS_RECORD_SIZE; in alloc_bts_buffer()