Lines Matching refs:hwev
337 struct cpu_hw_events *hwev = per_cpu_ptr(&cpu_hw_events, cpu);
338 struct debug_store *ds = hwev->ds;
362 hwev->ds_pebs_vaddr = buffer;
375 struct cpu_hw_events *hwev = per_cpu_ptr(&cpu_hw_events, cpu);
387 dsfree_pages(hwev->ds_pebs_vaddr, x86_pmu.pebs_buffer_size);
388 hwev->ds_pebs_vaddr = NULL;
393 struct cpu_hw_events *hwev = per_cpu_ptr(&cpu_hw_events, cpu);
394 struct debug_store *ds = hwev->ds;
406 hwev->ds_bts_vaddr = buffer;
422 struct cpu_hw_events *hwev = per_cpu_ptr(&cpu_hw_events, cpu);
431 dsfree_pages(hwev->ds_bts_vaddr, BTS_BUFFER_SIZE);
432 hwev->ds_bts_vaddr = NULL;