Home
last modified time | relevance | path

Searched refs:pebs_constraints (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/events/intel/
H A Dcore.c5873 struct event_constraint *pebs_constraints = hybrid(pmu, pebs_constraints); in intel_pmu_check_event_constraints_all() local
5884 if (pebs_constraints) in intel_pmu_check_event_constraints_all()
5885 intel_pmu_check_dyn_constr(pmu, pebs_constraints, cntr_mask); in intel_pmu_check_event_constraints_all()
6455 x86_pmu.pebs_constraints = NULL; in intel_clovertown_quirk()
7488 hybrid(pmu, pebs_constraints) = intel_glc_pebs_event_constraints; in intel_pmu_init_glc()
7508 hybrid(pmu, pebs_constraints) = intel_grt_pebs_event_constraints; in intel_pmu_init_grt()
7518 hybrid(pmu, pebs_constraints) = intel_lnc_pebs_event_constraints; in intel_pmu_init_lnc()
7532 hybrid(pmu, pebs_constraints) = intel_pnc_pebs_event_constraints; in intel_pmu_init_pnc()
7553 hybrid(pmu, pebs_constraints) = intel_arw_pebs_event_constraints; in intel_pmu_init_arw()
7689 x86_pmu.pebs_constraints = intel_core2_pebs_event_constraints; in intel_pmu_init()
[all …]
H A Dds.c1554 struct event_constraint *pebs_constraints = hybrid(event->pmu, pebs_constraints); in intel_pebs_constraints() local
1560 if (pebs_constraints) { in intel_pebs_constraints()
1561 for_each_event_constraint(c, pebs_constraints) { in intel_pebs_constraints()
/linux/arch/x86/events/
H A Dcore.c1564 struct event_constraint *pebs_constraints; in perf_event_print_debug() local
1575 pebs_constraints = hybrid(cpuc->pmu, pebs_constraints); in perf_event_print_debug()
1591 if (pebs_constraints) { in perf_event_print_debug()
H A Dperf_event.h778 struct event_constraint *pebs_constraints; member
958 struct event_constraint *pebs_constraints; member