MCPcopy Create free account
hub / github.com/bsauce/kernel-exploit-factory / perf_event_open

Function perf_event_open

CVE-2026-23271/exploit/exploit.cpp:416–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414};
415
416static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid,
417 int cpu, int group_fd, unsigned long flags)
418{
419 return syscall(__NR_perf_event_open, hw_event, pid, cpu, group_fd, flags);
420}
421
422static long do_futex(volatile int *uaddr, int futex_op, int val,
423 const struct timespec *timeout,

Callers 5

tp_worker_threadFunction · 0.85
single_spray_threadFunction · 0.85
cross_cache_attackFunction · 0.85
locate_victim_eventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected