Home
last modified time | relevance | path

Searched refs:BTS_STATE_STOPPED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dbts.c32 BTS_STATE_STOPPED = 0, enumerator
307 __bts_event_stop(event, BTS_STATE_STOPPED); in bts_event_stop()
309 if (state != BTS_STATE_STOPPED) in bts_event_stop()
346 if (state == BTS_STATE_STOPPED) in intel_bts_enable_local()
464 if (READ_ONCE(bts->state) == BTS_STATE_STOPPED) in intel_bts_interrupt()
493 WRITE_ONCE(bts->state, BTS_STATE_STOPPED); in intel_bts_interrupt()
497 * BTS_STATE_STOPPED should be visible before in intel_bts_interrupt()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dbts.c32 BTS_STATE_STOPPED = 0, enumerator
313 __bts_event_stop(event, BTS_STATE_STOPPED); in bts_event_stop()
315 if (state != BTS_STATE_STOPPED) in bts_event_stop()
352 if (state == BTS_STATE_STOPPED) in intel_bts_enable_local()
470 if (READ_ONCE(bts->state) == BTS_STATE_STOPPED) in intel_bts_interrupt()
499 WRITE_ONCE(bts->state, BTS_STATE_STOPPED); in intel_bts_interrupt()
503 * BTS_STATE_STOPPED should be visible before in intel_bts_interrupt()

Completed in 2 milliseconds