Lines Matching refs:alt
276 static int power5p_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in power5p_get_alternatives() argument
282 alt[0] = event; in power5p_get_alternatives()
290 alt[nalt++] = ae; in power5p_get_alternatives()
296 alt[nalt++] = ae; in power5p_get_alternatives()
312 switch (alt[i]) { in power5p_get_alternatives()
314 alt[j++] = 0x600005; /* PM_RUN_CYC */ in power5p_get_alternatives()
318 alt[j++] = 0xf; in power5p_get_alternatives()
321 alt[j++] = 0x500009; /* PM_RUN_INST_CMPL */ in power5p_get_alternatives()
325 alt[j++] = 0x100009; /* PM_INST_CMPL */ in power5p_get_alternatives()
326 alt[j++] = 0x200009; in power5p_get_alternatives()
337 if (!power5p_limited_pmc_event(alt[i])) { in power5p_get_alternatives()
338 alt[j] = alt[i]; in power5p_get_alternatives()
347 if (power5p_limited_pmc_event(alt[i])) { in power5p_get_alternatives()
348 alt[j] = alt[i]; in power5p_get_alternatives()