event_unmapped   2296 arch/x86/events/core.c 	.event_unmapped		= x86_pmu_event_unmapped,
event_unmapped    308 include/linux/perf_event.h 	void (*event_unmapped)		(struct perf_event *event, struct mm_struct *mm); /* optional */
event_unmapped   5596 kernel/events/core.c 	if (event->pmu->event_unmapped)
event_unmapped   5597 kernel/events/core.c 		event->pmu->event_unmapped(event, vma->vm_mm);