Home
last modified time | relevance | path

Searched refs:event_unmapped (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dperf_event.h349 void (*event_unmapped) (struct perf_event *event, struct mm_struct *mm); /* optional */ member
/linux-6.1.9/arch/x86/events/
Dcore.c2709 .event_unmapped = x86_pmu_event_unmapped,
/linux-6.1.9/kernel/events/
Dcore.c6089 if (event->pmu->event_unmapped) in perf_mmap_close()
6090 event->pmu->event_unmapped(event, vma->vm_mm); in perf_mmap_close()