How reliable are the sampling-based profiling modes?
Profiling modes that employ statistical sampling rely on interrupts and therefore miss functions that execute with interrupts disabled, and also miss functions that execute synchronously because of that particular triggering event (e.g., if the timer tick that captures the PC also produces kernel timeouts that are serviced before the next PC sampling event occurs).