Searched refs:get_alternatives (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dperf_event_server.h42 int (*get_alternatives)(u64 event_id, unsigned int flags, member in struct:power_pmu
95 * Values for flags to get_alternatives()
/linux-master/arch/powerpc/perf/
H A Dgeneric-compat-pmu.c311 .get_alternatives = generic_get_alternatives,
H A Dcore-book3s.c989 ppmu->get_alternatives(event_id[i], cflags[i],
1020 if (!ppmu->get_alternatives)
1024 n_alt[i] = ppmu->get_alternatives(event_id[i], cflags[i],
1917 if (!ppmu->get_alternatives)
1921 n = ppmu->get_alternatives(ev, flags, alt);
1937 n = ppmu->get_alternatives(ev, flags, alt);
H A Dpower9-pmu.c451 .get_alternatives = power9_get_alternatives,
H A Dpower7-pmu.c439 .get_alternatives = power7_get_alternatives,
H A Dpower8-pmu.c379 .get_alternatives = power8_get_alternatives,
H A Dppc970-pmu.c484 .get_alternatives = p970_get_alternatives,
H A Dmpc7450-pmu.c411 .get_alternatives = mpc7450_get_alternatives,
H A Dpower5-pmu.c613 .get_alternatives = power5_get_alternatives,
H A Dpower6-pmu.c545 .get_alternatives = p6_get_alternatives,
H A Dpower5+-pmu.c671 .get_alternatives = power5p_get_alternatives,
H A Dpower10-pmu.c591 .get_alternatives = power10_get_alternatives,

Completed in 195 milliseconds