Searched defs:GET_EVENTID (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/perf/ | ||
H A D | thunderx2_pmu.c | 28 #define GET_EVENTID(ev, mask) ((ev->hw.config) & mask) macro |
H A D | xgene_pmu.c | 82 #define GET_EVENTID(ev) (ev->hw.config & 0xFFULL) macro |