Home
last modified time | relevance | path

Searched refs:HISI_GET_EVENTID (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h47 #define HISI_GET_EVENTID(ev) ((ev)->hw.config_base & HISI_EVENTID_MASK) macro
H A Dhisi_uncore_uc_pmu.c66 if ((HISI_GET_EVENTID(event) < HISI_UC_URING_EVENT_MIN) || in hisi_uc_pmu_check_filter()
67 (HISI_GET_EVENTID(event) > HISI_UC_URING_EVENT_MAX)) in hisi_uc_pmu_check_filter()
H A Dhisi_uncore_pmu.c271 HISI_GET_EVENTID(event)); in hisi_uncore_pmu_enable_event()