javierhonduco / lightswitch

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

Move find_mapping's log to its callsite #24

Closed javierhonduco closed 7 months ago

javierhonduco commented 7 months ago

In the unwinder process we want to log if we can't find a mapping, but in the tracers, we are just checking to see whether we should send the event or not. Logging there is not really necessary and it adds lots of noise.