Lines Matching refs:evsel
591 iap_event_corei7_ok_on_counter(uint8_t evsel, int ri) in iap_event_corei7_ok_on_counter() argument
595 switch (evsel) { in iap_event_corei7_ok_on_counter()
618 iap_event_westmere_ok_on_counter(uint8_t evsel, int ri) in iap_event_westmere_ok_on_counter() argument
622 switch (evsel) { in iap_event_westmere_ok_on_counter()
646 iap_event_sb_sbx_ib_ibx_ok_on_counter(uint8_t evsel, int ri) in iap_event_sb_sbx_ib_ibx_ok_on_counter() argument
650 switch (evsel) { in iap_event_sb_sbx_ib_ibx_ok_on_counter()
679 iap_event_core_ok_on_counter(uint8_t evsel, int ri) in iap_event_core_ok_on_counter() argument
683 switch (evsel) { in iap_event_core_ok_on_counter()
881 uint64_t evsel; in iap_start_pmc() local
893 evsel = pm->pm_md.pm_iap.pm_iap_evsel; in iap_start_pmc()
896 cpu, ri, IAP_EVSEL0 + ri, evsel); in iap_start_pmc()
900 switch (IAP_EVSEL_GET(evsel)) { in iap_start_pmc()
911 wrmsr(IAP_EVSEL0 + ri, evsel | IAP_EN); in iap_start_pmc()