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()392 space -= space % BTS_RECORD_SIZE; in bts_buffer_reset()407 next_space -= next_space % BTS_RECORD_SIZE; in bts_buffer_reset()431 wakeup = BTS_SAFETY_MARGIN + BTS_RECORD_SIZE + handle->wakeup - in bts_buffer_reset()[all …]
20 #define BTS_RECORD_SIZE 24 macro586 max = BTS_BUFFER_SIZE / BTS_RECORD_SIZE; in alloc_bts_buffer()588 max * BTS_RECORD_SIZE; in alloc_bts_buffer()590 (max / 16) * BTS_RECORD_SIZE; in alloc_bts_buffer()