mephi42 / memtrace

Valgrind tool for tracing memory accesses
12 stars 2 forks source link

analyzer: add MT_MMAP index #31

Closed mephi42 closed 4 years ago

mephi42 commented 4 years ago

Now that MT_MMAP entries are scattered across the trace file, using them for symbolizing might become slow. Just like MT_INSN_EXEC entries are indexed, MT_MMAP entries need to be indexed as well.