Searched refs:event_unmapped (Results 1 – 7 of 7) sorted by relevance
388 if (rvpmu->event_unmapped) { in riscv_pmu_event_unmapped()389 rvpmu->event_unmapped(event, mm); in riscv_pmu_event_unmapped()419 .event_unmapped = riscv_pmu_event_unmapped, in riscv_pmu_alloc()
118 pmu->event_unmapped = pmu_legacy_event_unmapped; in pmu_legacy_init()
1064 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
2684 .event_unmapped = x86_pmu_event_unmapped,
6281 if (event->pmu->event_unmapped) in perf_mmap_close()6282 event->pmu->event_unmapped(event, vma->vm_mm); in perf_mmap_close()