Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/perf/
Dthunderx2_pmu.c25 #define GET_COUNTERID(ev) ((ev->hw.idx) & 0x3) macro
251 + L3C_COUNTER_CTL + (8 * GET_COUNTERID(event)); in init_cntr_base_l3c()
253 + L3C_COUNTER_DATA + (8 * GET_COUNTERID(event)); in init_cntr_base_l3c()
265 + DMC_COUNTER_DATA + (0xc * GET_COUNTERID(event)); in init_cntr_base_dmc()
289 int idx = GET_COUNTERID(event); in uncore_start_event_dmc()
307 int idx = GET_COUNTERID(event); in uncore_stop_event_dmc()
517 free_counter(tx2_pmu, GET_COUNTERID(event)); in tx2_uncore_event_del()