Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Dgeneric-compat-pmu.c310 .get_constraint = isa207_get_constraint,
H A Dmpc7450-pmu.c410 .get_constraint = mpc7450_get_constraint,
H A Dpower8-pmu.c378 .get_constraint = isa207_get_constraint,
H A Dpower7-pmu.c438 .get_constraint = power7_get_constraint,
H A Dppc970-pmu.c483 .get_constraint = p970_get_constraint,
H A Dpower6-pmu.c544 .get_constraint = p6_get_constraint,
H A Dpower9-pmu.c450 .get_constraint = isa207_get_constraint,
H A Dpower5-pmu.c612 .get_constraint = power5_get_constraint,
H A Dpower5+-pmu.c670 .get_constraint = power5p_get_constraint,
H A Dpower10-pmu.c590 .get_constraint = isa207_get_constraint,
/linux/arch/x86/events/intel/
H A Duncore_snbep.c1042 .get_constraint = snbep_cbox_get_constraint,
1152 .get_constraint = snbep_pcu_get_constraint,
1237 .get_constraint = uncore_get_constraint,
1802 .get_constraint = ivbep_cbox_get_constraint,
1825 .get_constraint = snbep_pcu_get_constraint,
1938 .get_constraint = uncore_get_constraint,
2223 .get_constraint = knl_cha_get_constraint,
2621 .get_constraint = uncore_get_constraint,
2786 .get_constraint = hswep_cbox_get_constraint,
2876 .get_constraint = snbep_pcu_get_constraint,
[all …]
H A Duncore.h119 struct event_constraint *(*get_constraint)(struct intel_uncore_box *, member
H A Duncore.c428 if (type->ops->get_constraint) { in uncore_get_event_constraint()
429 c = type->ops->get_constraint(box, event); in uncore_get_event_constraint()