javierhonduco / lightswitch

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

metadata: Extract facility to find process and thread names #63

Closed javierhonduco closed 2 months ago

javierhonduco commented 2 months ago

The previous implementation was buggy. This commit fixes this and adds tests to this new logic.

Test Plan

Added new tests + manual tests

current

image

with this PR

image
javierhonduco commented 2 months ago

cc/ @gmarler