Recently, Intel release haswell machines which support hardware transactional memory called transactional synchronization extension(TSX).
As Intel manual said, Speculative memory operations, write-set and read-set, are buffered in L1 cache and L2 cache each. (not exactly)
Then, Can I track transactional memory operations and get information like address, and values of read/write-set?