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
2798 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_read_event() local
2830 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_enable_fixed() local
2836 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_enable_fixed() local
2965 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_reset() local
3020 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in x86_pmu_handle_guest_pebs() local
3049 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in handle_pmi_common() local
3192 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_pmu_handle_irq() local
3293 static int intel_alt_er(struct cpu_hw_events *cpuc, in intel_alt_er()
3338 __intel_shared_reg_get_constraints(struct cpu_hw_events *cpuc, in __intel_shared_reg_get_constraints()
3413 __intel_shared_reg_put_constraints(struct cpu_hw_events *cpuc, in __intel_shared_reg_put_constraints()
3439 intel_shared_regs_constraints(struct cpu_hw_events *cpuc, in intel_shared_regs_constraints()
3463 x86_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in x86_get_event_constraints()
3482 __intel_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in __intel_get_event_constraints()
3507 intel_start_scheduling(struct cpu_hw_events *cpuc) in intel_start_scheduling()
3536 static void intel_commit_scheduling(struct cpu_hw_events *cpuc, int idx, int cntr) in intel_commit_scheduling()
3563 intel_stop_scheduling(struct cpu_hw_events *cpuc) in intel_stop_scheduling()
3590 dyn_constraint(struct cpu_hw_events *cpuc, struct event_constraint *c, int idx) in dyn_constraint()
3619 intel_get_excl_constraints(struct cpu_hw_events *cpuc, struct perf_event *event, in intel_get_excl_constraints()
3719 intel_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in intel_get_event_constraints()
3752 static void intel_put_excl_constraints(struct cpu_hw_events *cpuc, in intel_put_excl_constraints()
3798 intel_put_shared_regs_event_constraints(struct cpu_hw_events *cpuc, in intel_put_shared_regs_event_constraints()
3812 static void intel_put_event_constraints(struct cpu_hw_events *cpuc, in intel_put_event_constraints()
4337 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in intel_guest_get_msrs() local
4417 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in core_guest_get_msrs() local
4451 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in core_pmu_enable_all() local
4527 hsw_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in hsw_get_event_constraints()
4545 icl_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in icl_get_event_constraints()
4560 glc_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in glc_get_event_constraints()
4585 glp_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in glp_get_event_constraints()
4600 tnt_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in tnt_get_event_constraints()
4625 tfa_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in tfa_get_event_constraints()
4643 adl_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in adl_get_event_constraints()
4658 cmt_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in cmt_get_event_constraints()
4696 rwc_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in rwc_get_event_constraints()
4720 mtl_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in mtl_get_event_constraints()
4759 arl_h_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in arl_h_get_event_constraints()
4945 int intel_cpuc_prepare(struct cpu_hw_events *cpuc, int cpu) in intel_cpuc_prepare()
5140 struct cpu_hw_events *cpuc = &per_cpu(cpu_hw_events, cpu); in init_hybrid_pmu() local
5175 struct cpu_hw_events *cpuc = &per_cpu(cpu_hw_events, cpu); in intel_pmu_cpu_starting() local
5262 static void free_excl_cntrs(struct cpu_hw_events *cpuc) in free_excl_cntrs()
5282 void intel_cpuc_finish(struct cpu_hw_events *cpuc) in intel_cpuc_finish()
5298 struct cpu_hw_events *cpuc = &per_cpu(cpu_hw_events, cpu); in intel_pmu_cpu_dead() local
5890 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); in update_tfa_sched() local