Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h46 #define HISI_GET_EVENTID(ev) (ev->hw.config_base & 0xff) macro
H A Dhisi_uncore_uc_pmu.c67 if ((HISI_GET_EVENTID(event) < HISI_UC_URING_EVENT_MIN) || in hisi_uc_pmu_check_filter()
68 (HISI_GET_EVENTID(event) > HISI_UC_URING_EVENT_MAX)) in hisi_uc_pmu_check_filter()
H A Dhisi_uncore_pmu.c248 HISI_GET_EVENTID(event)); in hisi_uncore_pmu_enable_event()