Lines Matching refs:cpu_hw_events
23 struct cpu_hw_events { struct
29 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
209 struct cpu_hw_events *cpuhw; in fsl_emb_pmu_disable()
213 cpuhw = this_cpu_ptr(&cpu_hw_events); in fsl_emb_pmu_disable()
248 struct cpu_hw_events *cpuhw; in fsl_emb_pmu_enable()
252 cpuhw = this_cpu_ptr(&cpu_hw_events); in fsl_emb_pmu_enable()
295 struct cpu_hw_events *cpuhw; in fsl_emb_pmu_add()
302 cpuhw = &get_cpu_var(cpu_hw_events); in fsl_emb_pmu_add()
348 put_cpu_var(cpu_hw_events); in fsl_emb_pmu_add()
356 struct cpu_hw_events *cpuhw; in fsl_emb_pmu_del()
365 cpuhw = &get_cpu_var(cpu_hw_events); in fsl_emb_pmu_del()
388 put_cpu_var(cpu_hw_events); in fsl_emb_pmu_del()
662 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in perf_event_interrupt()
706 struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); in hw_perf_event_setup()