Home
last modified time | relevance | path

Searched refs:get_constraint (Results 1 – 15 of 15) sorted by relevance

/arch/powerpc/include/asm/
Dperf_event_server.h33 int (*get_constraint)(u64 event_id, unsigned long *mskp, member
/arch/powerpc/perf/
Dgeneric-compat-pmu.c213 .get_constraint = isa207_get_constraint,
Dmpc7450-pmu.c402 .get_constraint = mpc7450_get_constraint,
Dpower8-pmu.c368 .get_constraint = isa207_get_constraint,
Dpower6-pmu.c529 .get_constraint = p6_get_constraint,
Dpower7-pmu.c434 .get_constraint = power7_get_constraint,
Dppc970-pmu.c480 .get_constraint = p970_get_constraint,
Dpower9-pmu.c426 .get_constraint = isa207_get_constraint,
Dpower5-pmu.c608 .get_constraint = power5_get_constraint,
Dpower5+-pmu.c666 .get_constraint = power5p_get_constraint,
Dcore-book3s.c888 if (ppmu->get_constraint(event_id[i], &cpuhw->amasks[i][0], in power_check_constraints()
922 ppmu->get_constraint(cpuhw->alternatives[i][j], in power_check_constraints()
/arch/x86/events/intel/
Duncore_snbep.c955 .get_constraint = snbep_cbox_get_constraint,
1065 .get_constraint = snbep_pcu_get_constraint,
1151 .get_constraint = uncore_get_constraint,
1658 .get_constraint = ivbep_cbox_get_constraint,
1681 .get_constraint = snbep_pcu_get_constraint,
1794 .get_constraint = uncore_get_constraint,
2079 .get_constraint = knl_cha_get_constraint,
2477 .get_constraint = uncore_get_constraint,
2642 .get_constraint = hswep_cbox_get_constraint,
2732 .get_constraint = snbep_pcu_get_constraint,
[all …]
Duncore_nhmex.c420 .get_constraint = uncore_get_constraint,
497 .get_constraint = uncore_get_constraint,
923 .get_constraint = nhmex_mbox_get_constraint,
1186 .get_constraint = nhmex_rbox_get_constraint,
Duncore.h91 struct event_constraint *(*get_constraint)(struct intel_uncore_box *, member
Duncore.c396 if (type->ops->get_constraint) { in uncore_get_event_constraint()
397 c = type->ops->get_constraint(box, event); in uncore_get_event_constraint()