| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/symbolizer: introduce Symbolizer interface | Taras Madan | 2025-03-07 | 1 | -7/+11 |
| | | | | | To simplify interface Read*Symbols were moved out from symbolizer.Symbolizer. | ||||
| * | pkg/symbolizer: add Cache type | Dmitry Vyukov | 2024-04-02 | 1 | -0/+38 |
| When the same crash happens all over again, we repeatedly symbolize the same PCs. This is slow and blocks VM loop in the manager. Cache PCs we already symbolize, we are likely to symbolize them again. | |||||
