Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/amd/
H A Dbrs.c209 if (++cpuc->brs_active > 1) in amd_brs_enable()
232 if (!cpuc->brs_active) in amd_brs_disable()
236 if (--cpuc->brs_active) in amd_brs_disable()
419 if (cpuc->brs_active) { in perf_amd_brs_lopwr_cb()
/linux-6.15/arch/x86/events/
H A Dperf_event.h353 int brs_active; /* BRS is enabled */ member