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.c5840 struct event_constraint *pebs_constraints = hybrid(pmu, pebs_constraints); in intel_pmu_check_event_constraints_all() local
5851 if (pebs_constraints) in intel_pmu_check_event_constraints_all()
5852 intel_pmu_check_dyn_constr(pmu, pebs_constraints, cntr_mask); in intel_pmu_check_event_constraints_all()
6422 x86_pmu.pebs_constraints = NULL; in intel_clovertown_quirk()
7455 hybrid(pmu, pebs_constraints) = intel_glc_pebs_event_constraints; in intel_pmu_init_glc()
7475 hybrid(pmu, pebs_constraints) = intel_grt_pebs_event_constraints; in intel_pmu_init_grt()
7485 hybrid(pmu, pebs_constraints) = intel_lnc_pebs_event_constraints; in intel_pmu_init_lnc()
7499 hybrid(pmu, pebs_constraints) = intel_pnc_pebs_event_constraints; in intel_pmu_init_pnc()
7519 hybrid(pmu, pebs_constraints) = intel_arw_pebs_event_constraints; in intel_pmu_init_arw()
7655 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.c1561 struct event_constraint *pebs_constraints; in perf_event_print_debug() local
1572 pebs_constraints = hybrid(cpuc->pmu, pebs_constraints); in perf_event_print_debug()
1588 if (pebs_constraints) { in perf_event_print_debug()
H A Dperf_event.h768 struct event_constraint *pebs_constraints; member
948 struct event_constraint *pebs_constraints; member