bts_interrupt_threshold  171 arch/x86/events/intel/bts.c 	ds->bts_interrupt_threshold = !buf->snapshot
bts_interrupt_threshold  269 arch/x86/events/intel/bts.c 	bts->ds_back.bts_interrupt_threshold = cpuc->ds->bts_interrupt_threshold;
bts_interrupt_threshold  329 arch/x86/events/intel/bts.c 		cpuc->ds->bts_interrupt_threshold = bts->ds_back.bts_interrupt_threshold;
bts_interrupt_threshold  457 arch/x86/events/intel/bts.c 	if (ds && (ds->bts_index >= ds->bts_interrupt_threshold))
bts_interrupt_threshold  414 arch/x86/events/intel/ds.c 	ds->bts_interrupt_threshold = ds->bts_absolute_maximum -
bts_interrupt_threshold   22 arch/x86/include/asm/intel_ds.h 	u64	bts_interrupt_threshold;