Blackhole v1.3.0 Release Notes

Release Date: 2016-10-25 // over 7 years ago
  • ➕ Added

    Records are now aware of lightweight process id - LWP (or SPID).

    🐧 On Linux an LWP is a process created to facilitate a user-space thread. Each user-thread has a 1x1 mapping to an LWP. An LWP is associated with its own unique positive number, that we store in the record at the construction time. For other platforms there is always 0 stored in the record instead.