Searched refs:get_alternatives (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
D | perf_event_server.h | 39 int (*get_alternatives)(u64 event_id, unsigned int flags, member
|
/linux-4.1.27/arch/powerpc/perf/ |
D | core-book3s.c | 846 ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints() 869 if (!ppmu->get_alternatives) in power_check_constraints() 873 n_alt[i] = ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints() 1666 if (!ppmu->get_alternatives) in can_go_on_limited_pmc() 1670 n = ppmu->get_alternatives(ev, flags, alt); in can_go_on_limited_pmc() 1686 n = ppmu->get_alternatives(ev, flags, alt); in normal_pmc_alternative()
|
D | mpc7450-pmu.c | 407 .get_alternatives = mpc7450_get_alternatives,
|
D | power7-pmu.c | 438 .get_alternatives = power7_get_alternatives,
|
D | power6-pmu.c | 534 .get_alternatives = p6_get_alternatives,
|
D | ppc970-pmu.c | 485 .get_alternatives = p970_get_alternatives,
|
D | power4-pmu.c | 605 .get_alternatives = p4_get_alternatives,
|
D | power5-pmu.c | 613 .get_alternatives = power5_get_alternatives,
|
D | power5+-pmu.c | 671 .get_alternatives = power5p_get_alternatives,
|
D | power8-pmu.c | 814 .get_alternatives = power8_get_alternatives,
|