Displaying 1 result from an estimated 1 matches for "00037ac0".
2019 Feb 02
2
[llvm-xray] llvm-xray cannot log every functions
...and checked with objdump that there is xray_instr_map:
./matrix: file format elf64-x86-64
Sections:
Idx Name Size VMA LMA File off Algn
27 xray_instr_map 00000100 0000000000637ac0 0000000000637ac0 00037ac0 2**0
CONTENTS, ALLOC, LOAD, DATA
3. Then I use command "XRAY_OPTIONS="patch_premain=true xray_mode=xray-basic verbosity=2" ./matrix " to generate log file, which works perfectly:
==22294==XRay: Log file in 'xray-log.matri...