janestreet / magic-trace

magic-trace collects and displays high-resolution traces of what a process is doing
https://magic-trace.org
MIT License
4.58k stars 87 forks source link

Implement very basic TSX support #299

Closed Xyene closed 4 months ago

Xyene commented 4 months ago

tx abrt is treated as a branch, i.e. we do not unwind any callstacks that may have been created during the transaction when it aborts.

This should be sufficient for simple uses of TSX.

Refs #284