Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/amd/
Dbrs.c212 if (++cpuc->brs_active > 1) in amd_brs_enable()
235 if (!cpuc->brs_active) in amd_brs_disable()
239 if (--cpuc->brs_active) in amd_brs_disable()
421 if (cpuc->brs_active) { in perf_amd_brs_lopwr_cb()
/linux-6.1.9/arch/x86/events/
Dperf_event.h333 int brs_active; /* BRS is enabled */ member