Lines Matching refs:hwev
511 struct cpu_hw_events *hwev = per_cpu_ptr(&cpu_hw_events, cpu);
512 struct debug_store *ds = hwev->ds;
536 hwev->ds_pebs_vaddr = buffer;
549 struct cpu_hw_events *hwev = per_cpu_ptr(&cpu_hw_events, cpu);
561 dsfree_pages(hwev->ds_pebs_vaddr, x86_pmu.pebs_buffer_size);
562 hwev->ds_pebs_vaddr = NULL;
567 struct cpu_hw_events *hwev = per_cpu_ptr(&cpu_hw_events, cpu);
568 struct debug_store *ds = hwev->ds;
580 hwev->ds_bts_vaddr = buffer;
596 struct cpu_hw_events *hwev = per_cpu_ptr(&cpu_hw_events, cpu);
605 dsfree_pages(hwev->ds_bts_vaddr, BTS_BUFFER_SIZE);
606 hwev->ds_bts_vaddr = NULL;