Reliable user-space stack traces with SFrame
Reliable user-space stack traces with SFrame
Posted May 23, 2023 17:29 UTC (Tue) by ibhagat (subscriber, #133641)Parent article: Reliable user-space stack traces with SFrame
The commonality between SFrame and ORC is that both encode the stack offsets directly. But beyond that, there are enough divergences between the two formats making them quite different - SFrame is generated by the toolchain, has support for AMD64 and AArch64 (AAPCS64), has compactness related optimizations in its on-disk representation; ORC is designed to work for the kernel stack tracing use case.
Just saying..."SFrame is based on ORC" can be misleading.
Posted May 23, 2023 20:50 UTC (Tue)
by nevets (subscriber, #11875)
[Link]
Reliable user-space stack traces with SFrame