This is an archive of the discontinued LLVM Phabricator instance.

[asan] On OS X, tag mapped regions with VM_MEMORY_ANALYSIS_TOOL tag
ClosedPublic

Authored by zaks.anna on Oct 9 2015, 3:26 PM.

Details

Summary

This will tag all mmapped memory sanitizers use with "Performance tool data" when viewed in vmmap. (Even though sanitizers are not performance tools, it's the best available match and better than having the unidentified objects.)

Diff Detail

Event Timeline

zaks.anna updated this revision to Diff 36998.Oct 9 2015, 3:26 PM
zaks.anna retitled this revision from to [asan] On OS X, tag mapped regions with VM_MEMORY_ANALYSIS_TOOL tag.
zaks.anna updated this object.
zaks.anna added reviewers: kcc, glider, kubamracek.
zaks.anna added a subscriber: llvm-commits.
samsonov accepted this revision.Oct 9 2015, 9:28 PM
samsonov added a reviewer: samsonov.
samsonov added a subscriber: samsonov.

LGTM

This revision is now accepted and ready to land.Oct 9 2015, 9:28 PM
zaks.anna closed this revision.Nov 17 2015, 5:03 PM

Committed in r251445.