You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was experimenting with writing a Go trace to Spall converter, and I'm not sure how to convert a number of interesting bits to data into Spall format. Spall format is pretty terse. For example, how do I get a stack-trace in? Those can be a lot larger than 256 bytes.
I perused the repo, and saw there there is something that looks like an expanded (v2?) format. How is one supposed to use (e.g.) the Instant event type? It's not implemented in the upconverter.
The text was updated successfully, but these errors were encountered:
Hi, I was experimenting with writing a Go trace to Spall converter, and I'm not sure how to convert a number of interesting bits to data into Spall format. Spall format is pretty terse. For example, how do I get a stack-trace in? Those can be a lot larger than 256 bytes.
I perused the repo, and saw there there is something that looks like an expanded (v2?) format. How is one supposed to use (e.g.) the
Instant
event type? It's not implemented in the upconverter.The text was updated successfully, but these errors were encountered: