Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/amd/
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()
418 if (cpuc->brs_active) { in perf_amd_brs_lopwr_cb()
/Linux-v6.6/arch/x86/events/
Dperf_event.h335 int brs_active; /* BRS is enabled */ member