Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dbts.c42 #define BTS_RECORD_SIZE 24 macro
113 bb->real_size = size - size % BTS_RECORD_SIZE; in bts_buffer_setup_aux()
122 bb->buf[nr_buf].displacement = (pad ? BTS_RECORD_SIZE - pad : 0); in bts_buffer_setup_aux()
124 pad = bb->buf[nr_buf].size % BTS_RECORD_SIZE; in bts_buffer_setup_aux()
163 else if (end - index > BTS_RECORD_SIZE) in bts_config_buffer()
164 thresh = end - BTS_RECORD_SIZE; in bts_config_buffer()
174 : ds->bts_absolute_maximum + BTS_RECORD_SIZE; in bts_config_buffer()
403 space -= space % BTS_RECORD_SIZE; in bts_buffer_reset()
418 next_space -= next_space % BTS_RECORD_SIZE; in bts_buffer_reset()
442 wakeup = BTS_SAFETY_MARGIN + BTS_RECORD_SIZE + handle->wakeup - in bts_buffer_reset()
[all …]
H A Dds.c22 #define BTS_RECORD_SIZE 24 macro
932 max = BTS_BUFFER_SIZE / BTS_RECORD_SIZE; in alloc_bts_buffer()
934 max * BTS_RECORD_SIZE; in alloc_bts_buffer()
936 (max / 16) * BTS_RECORD_SIZE; in alloc_bts_buffer()