Lines Matching defs:cpuc
2286 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in __intel_pmu_disable_all() local
2303 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in __intel_pmu_enable_all() local
2337 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in __intel_pmu_snapshot_branch_stack() local
2390 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_nhm_workaround() local
2455 static void intel_set_tfa(struct cpu_hw_events *cpuc, bool on) in intel_set_tfa()
2465 static void intel_tfa_commit_scheduling(struct cpu_hw_events *cpuc, int idx, int cntr) in intel_tfa_commit_scheduling()
2476 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_tfa_pmu_enable_all() local
2509 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_set_masks() local
2521 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_clear_masks() local
2530 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_disable_fixed() local
2536 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_disable_fixed() local
2694 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in update_saved_topdown_regs() local
2719 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_update_topdown_event() local
2785 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_read_event() local
2813 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_enable_fixed() local
2819 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_enable_fixed() local
2948 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_reset() local
3003 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in x86_pmu_handle_guest_pebs() local
3032 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in handle_pmi_common() local
3145 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_handle_irq() local
3246 static int intel_alt_er(struct cpu_hw_events *cpuc, in intel_alt_er()
3291 __intel_shared_reg_get_constraints(struct cpu_hw_events *cpuc, in __intel_shared_reg_get_constraints()
3366 __intel_shared_reg_put_constraints(struct cpu_hw_events *cpuc, in __intel_shared_reg_put_constraints()
3392 intel_shared_regs_constraints(struct cpu_hw_events *cpuc, in intel_shared_regs_constraints()
3416 x86_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in x86_get_event_constraints()
3435 __intel_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in __intel_get_event_constraints()
3460 intel_start_scheduling(struct cpu_hw_events *cpuc) in intel_start_scheduling()
3489 static void intel_commit_scheduling(struct cpu_hw_events *cpuc, int idx, int cntr) in intel_commit_scheduling()
3516 intel_stop_scheduling(struct cpu_hw_events *cpuc) in intel_stop_scheduling()
3543 dyn_constraint(struct cpu_hw_events *cpuc, struct event_constraint *c, int idx) in dyn_constraint()
3572 intel_get_excl_constraints(struct cpu_hw_events *cpuc, struct perf_event *event, in intel_get_excl_constraints()
3672 intel_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in intel_get_event_constraints()
3705 static void intel_put_excl_constraints(struct cpu_hw_events *cpuc, in intel_put_excl_constraints()
3751 intel_put_shared_regs_event_constraints(struct cpu_hw_events *cpuc, in intel_put_shared_regs_event_constraints()
3765 static void intel_put_event_constraints(struct cpu_hw_events *cpuc, in intel_put_event_constraints()
4283 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_guest_get_msrs() local
4363 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in core_guest_get_msrs() local
4397 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in core_pmu_enable_all() local
4473 hsw_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in hsw_get_event_constraints()
4491 icl_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in icl_get_event_constraints()
4506 glc_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in glc_get_event_constraints()
4531 glp_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in glp_get_event_constraints()
4546 tnt_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in tnt_get_event_constraints()
4571 tfa_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in tfa_get_event_constraints()
4589 adl_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in adl_get_event_constraints()
4604 cmt_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in cmt_get_event_constraints()
4642 rwc_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in rwc_get_event_constraints()
4666 mtl_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in mtl_get_event_constraints()
4705 arl_h_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in arl_h_get_event_constraints()
4891 int intel_cpuc_prepare(struct cpu_hw_events *cpuc, int cpu) in intel_cpuc_prepare()
5085 struct cpu_hw_events *cpuc = &per_cpu(cpu_hw_events, cpu); in init_hybrid_pmu() local
5120 struct cpu_hw_events *cpuc = &per_cpu(cpu_hw_events, cpu); in intel_pmu_cpu_starting() local
5207 static void free_excl_cntrs(struct cpu_hw_events *cpuc) in free_excl_cntrs()
5227 void intel_cpuc_finish(struct cpu_hw_events *cpuc) in intel_cpuc_finish()
5243 struct cpu_hw_events *cpuc = &per_cpu(cpu_hw_events, cpu); in intel_pmu_cpu_dead() local
5842 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in update_tfa_sched() local