memtt / numaprof

NUMAPROF is a NUMA memory profliler based on Pintool to track your remote memory accesses.
https://memtt.github.io/numaprof
Other
45 stars 7 forks source link

Fail to annotate assember on debian probably due to ASLR #32

Closed svalat closed 3 years ago

svalat commented 3 years ago

Fail to annotate assembly code under debian 10 probably due to ASLR, need to apply same fix than for source code extraction.

svalat commented 3 years ago

Need to dump the lower table in the json profile file and use it in the python code.

Fixed by patch da7fb26