Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ebpf): fix incorrect tracking of thread stacks
The thread stack area was extracted by finding the VMA containing the SP of the new thread, but because the SP might be just past the end of its allocated VMA (top of the stack), sometimes the correct VMA was not found.
- Loading branch information