Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/perf/
Driscv_pmu.c388 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()
Driscv_pmu_legacy.c118 pmu->event_unmapped = pmu_legacy_event_unmapped; in pmu_legacy_init()
Driscv_pmu_sbi.c1064 pmu->event_unmapped = pmu_sbi_event_unmapped; in pmu_sbi_device_probe()
/Linux-v6.6/include/linux/perf/
Driscv_pmu.h60 void (*event_unmapped)(struct perf_event *event, struct mm_struct *mm); member
/Linux-v6.6/include/linux/
Dperf_event.h357 void (*event_unmapped) (struct perf_event *event, struct mm_struct *mm); /* optional */ member
/Linux-v6.6/arch/x86/events/
Dcore.c2684 .event_unmapped = x86_pmu_event_unmapped,
/Linux-v6.6/kernel/events/
Dcore.c6281 if (event->pmu->event_unmapped) in perf_mmap_close()
6282 event->pmu->event_unmapped(event, vma->vm_mm); in perf_mmap_close()