Searched refs:get_alternatives (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/powerpc/include/asm/ |
D | perf_event_server.h | 33 int (*get_alternatives)(u64 event_id, unsigned int flags, member
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | perf_event.c | 269 ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints() 292 if (!ppmu->get_alternatives) in power_check_constraints() 296 n_alt[i] = ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints() 993 if (!ppmu->get_alternatives) in can_go_on_limited_pmc() 997 n = ppmu->get_alternatives(ev, flags, alt); in can_go_on_limited_pmc() 1013 n = ppmu->get_alternatives(ev, flags, alt); in normal_pmc_alternative()
|
D | mpc7450-pmu.c | 401 .get_alternatives = mpc7450_get_alternatives,
|
D | power7-pmu.c | 355 .get_alternatives = power7_get_alternatives,
|
D | power6-pmu.c | 529 .get_alternatives = p6_get_alternatives,
|
D | ppc970-pmu.c | 480 .get_alternatives = p970_get_alternatives,
|
D | power4-pmu.c | 600 .get_alternatives = p4_get_alternatives,
|
D | power5-pmu.c | 608 .get_alternatives = power5_get_alternatives,
|
D | power5+-pmu.c | 666 .get_alternatives = power5p_get_alternatives,
|