javierhonduco / lightswitch

CPU profiler for Linux written in Rust
MIT License
7 stars 3 forks source link

Add statistics for encounters of vDSO or JIT #60

Closed gmarler closed 2 months ago

gmarler commented 3 months ago

This PR adds counters for two types of frames that may be encountered during unwinding that we don't currently handle, but want to know if we've encountered them on particular workloads:

We also stop clearing the statistics records on each collection interval, so that we get a good overall set of statistics for run lifetimes of the agent process.

javierhonduco commented 2 months ago

LGTM, thanks!