Searched refs:event_unmapped (Results 1 – 7 of 7) sorted by relevance
384 if (rvpmu->event_unmapped) { in riscv_pmu_event_unmapped()385 rvpmu->event_unmapped(event, mm); in riscv_pmu_event_unmapped()415 .event_unmapped = riscv_pmu_event_unmapped, in riscv_pmu_alloc()
124 pmu->event_unmapped = pmu_legacy_event_unmapped; in pmu_legacy_init()
1067 pmu->event_unmapped = pmu_sbi_event_unmapped; in pmu_sbi_device_probe()
60 void (*event_unmapped)(struct perf_event *event, struct mm_struct *mm); member
357 void (*event_unmapped) (struct perf_event *event, struct mm_struct *mm); /* optional */ member
2690 .event_unmapped = x86_pmu_event_unmapped,
6368 if (event->pmu->event_unmapped) in perf_mmap_close() 6369 event->pmu->event_unmapped(event, vma->vm_mm); in perf_mmap_close()