Lines Matching refs:evsel
590 iap_event_corei7_ok_on_counter(uint8_t evsel, int ri) in iap_event_corei7_ok_on_counter() argument
594 switch (evsel) { in iap_event_corei7_ok_on_counter()
617 iap_event_westmere_ok_on_counter(uint8_t evsel, int ri) in iap_event_westmere_ok_on_counter() argument
621 switch (evsel) { in iap_event_westmere_ok_on_counter()
645 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
649 switch (evsel) { in iap_event_sb_sbx_ib_ibx_ok_on_counter()
678 iap_event_core_ok_on_counter(uint8_t evsel, int ri) in iap_event_core_ok_on_counter() argument
682 switch (evsel) { in iap_event_core_ok_on_counter()
880 uint64_t evsel; in iap_start_pmc() local
892 evsel = pm->pm_md.pm_iap.pm_iap_evsel; in iap_start_pmc()
895 cpu, ri, IAP_EVSEL0 + ri, evsel); in iap_start_pmc()
899 switch (IAP_EVSEL_GET(evsel)) { in iap_start_pmc()
910 wrmsr(IAP_EVSEL0 + ri, evsel | IAP_EN); in iap_start_pmc()