Home
last modified time | relevance | path

Searched refs:bts_interrupt_threshold (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/events/intel/
H A Dbts.c171 ds->bts_interrupt_threshold = !buf->snapshot in bts_config_buffer()
275 bts->ds_back.bts_interrupt_threshold = cpuc->ds->bts_interrupt_threshold; in bts_event_start()
335 cpuc->ds->bts_interrupt_threshold = bts->ds_back.bts_interrupt_threshold; in bts_event_stop()
463 if (ds && (ds->bts_index >= ds->bts_interrupt_threshold)) in intel_bts_interrupt()
H A Dds.c589 ds->bts_interrupt_threshold = ds->bts_absolute_maximum - in alloc_bts_buffer()
/openbmc/linux/arch/x86/include/asm/
H A Dintel_ds.h23 u64 bts_interrupt_threshold; member