perf_event_open
RU: perf_event_open
A Linux system call that opens a file descriptor for a hardware or software performance event on a specified process and CPU. It is the kernel interface underlying tools such as perf and eBPF-based profilers; the returned fd can be read, mmap'd for ring-buffer sampling, or grouped with other event fds for simultaneous counting.