Home
last modified time | relevance | path

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

/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h46 #define HISI_EVENTID_MASK GENMASK(7, 0) macro
47 #define HISI_GET_EVENTID(ev) ((ev)->hw.config_base & HISI_EVENTID_MASK)
H A Dhisi_uncore_pmu.c238 if ((event->attr.config & HISI_EVENTID_MASK) > hisi_pmu->check_event) in hisi_uncore_pmu_event_init()