Home
last modified time | relevance | path

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

/linux-6.15/drivers/perf/
H A Driscv_pmu.c380 if (rvpmu->event_unmapped) { in riscv_pmu_event_unmapped()
381 rvpmu->event_unmapped(event, mm); in riscv_pmu_event_unmapped()
412 .event_unmapped = riscv_pmu_event_unmapped, in riscv_pmu_alloc()
H A Driscv_pmu_legacy.c124 pmu->event_unmapped = pmu_legacy_event_unmapped; in pmu_legacy_init()
H A Driscv_pmu_sbi.c1378 pmu->event_unmapped = pmu_sbi_event_unmapped; in pmu_sbi_device_probe()
/linux-6.15/include/linux/perf/
H A Driscv_pmu.h68 void (*event_unmapped)(struct perf_event *event, struct mm_struct *mm); member
/linux-6.15/include/linux/
H A Dperf_event.h384 void (*event_unmapped) (struct perf_event *event, struct mm_struct *mm); /* optional */ member
/linux-6.15/arch/x86/events/
H A Dcore.c2695 .event_unmapped = x86_pmu_event_unmapped,
/linux-6.15/kernel/events/
H A Dcore.c6656 if (event->pmu->event_unmapped) in perf_mmap_close()
6657 event->pmu->event_unmapped(event, vma->vm_mm); in perf_mmap_close()