I always found it weird that TSan print backtraces in a different line format than ASan. Would it make sense to unify them?
In particular, I care about having the actual PC addresses in the stack frames. This is useful for pointing to the exact instruction that caused a race.