Searched refs:get_alternatives (Results 1 - 23 of 23) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | perf_event_server.h | 42 int (*get_alternatives)(u64 event_id, unsigned int flags, member 87 * Values for flags to get_alternatives()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | perf_event_server.h | 42 int (*get_alternatives)(u64 event_id, unsigned int flags, member 95 * Values for flags to get_alternatives()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 908 ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints() 939 if (!ppmu->get_alternatives) in power_check_constraints() 943 n_alt[i] = ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints() 1835 if (!ppmu->get_alternatives) in can_go_on_limited_pmc() 1839 n = ppmu->get_alternatives(ev, flags, alt); in can_go_on_limited_pmc() 1855 n = ppmu->get_alternatives(ev, flags, alt); in normal_pmc_alternative()
|
H A D | mpc7450-pmu.c | 410 .get_alternatives = mpc7450_get_alternatives,
|
H A D | ppc970-pmu.c | 483 .get_alternatives = p970_get_alternatives,
|
H A D | power9-pmu.c | 429 .get_alternatives = power9_get_alternatives,
|
H A D | power7-pmu.c | 438 .get_alternatives = power7_get_alternatives,
|
H A D | power10-pmu.c | 393 .get_alternatives = power10_get_alternatives,
|
H A D | power8-pmu.c | 369 .get_alternatives = power8_get_alternatives,
|
H A D | power5+-pmu.c | 670 .get_alternatives = power5p_get_alternatives,
|
H A D | power5-pmu.c | 612 .get_alternatives = power5_get_alternatives,
|
H A D | power6-pmu.c | 532 .get_alternatives = p6_get_alternatives,
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-book3s.c | 989 ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints() 1020 if (!ppmu->get_alternatives) in power_check_constraints() 1024 n_alt[i] = ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints() 1917 if (!ppmu->get_alternatives) in can_go_on_limited_pmc() 1921 n = ppmu->get_alternatives(ev, flags, alt); in can_go_on_limited_pmc() 1937 n = ppmu->get_alternatives(ev, flags, alt); in normal_pmc_alternative()
|
H A D | generic-compat-pmu.c | 311 .get_alternatives = generic_get_alternatives,
|
H A D | mpc7450-pmu.c | 411 .get_alternatives = mpc7450_get_alternatives,
|
H A D | ppc970-pmu.c | 484 .get_alternatives = p970_get_alternatives,
|
H A D | power7-pmu.c | 439 .get_alternatives = power7_get_alternatives,
|
H A D | power9-pmu.c | 451 .get_alternatives = power9_get_alternatives,
|
H A D | power8-pmu.c | 379 .get_alternatives = power8_get_alternatives,
|
H A D | power5+-pmu.c | 671 .get_alternatives = power5p_get_alternatives,
|
H A D | power10-pmu.c | 591 .get_alternatives = power10_get_alternatives,
|
H A D | power5-pmu.c | 613 .get_alternatives = power5_get_alternatives,
|
H A D | power6-pmu.c | 533 .get_alternatives = p6_get_alternatives,
|
Completed in 19 milliseconds