Hacker News new | ask | show | jobs
by zznzz 1213 days ago
because this is about PMU based sampling, which involves triggering interrupts at some interval and doing the sampling while handling the interrupt
1 comments

Other than overhead, what is the advantage as opposed to handling the interrupt in the kernel and then delivering a signal to userspace? After all, isn't this the role of SIGPROF?