off-CPU profile
RU: off-CPU профиль
A profile that records time a thread spends off the CPU — blocked on I/O, locks, page faults, or sleep — rather than executing instructions. Collected via kernel tracing tools such as eBPF offcputime; visualized as off-CPU flame graphs to reveal latency caused by waiting rather than computation.