Searched refs:bts_index (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dintel_ds.h21 u64 bts_index; member in struct:debug_store
/linux-master/arch/x86/events/intel/
H A Dbts.c169 ds->bts_index = ds->bts_buffer_base + index;
188 unsigned long index = ds->bts_index - ds->bts_buffer_base, old, head;
200 if (ds->bts_index >= ds->bts_absolute_maximum)
332 cpuc->ds->bts_index = bts->ds_back.bts_buffer_base;
463 if (ds && (ds->bts_index >= ds->bts_interrupt_threshold))
H A Dds.c586 ds->bts_index = ds->bts_buffer_base;
780 top = (struct bts_record *)(unsigned long)ds->bts_index;
787 ds->bts_index = ds->bts_buffer_base;
H A Dcore.c2900 ds->bts_index = ds->bts_buffer_base;

Completed in 160 milliseconds