Hello,
I'm trying to add the debugging symbols for glibc to the hotspot analysis. I have installed the debug-info rpms under /usr/lib/debug/lib64 and am using:
amplxe-cl -collect hotspots -search-dir sym:rp=/usr/lib/debug/lib64 <application> <params>
to perform the analysis. However while I have libpthread-2.12.so.debug under /usr/lib/debug/lib, VTune still gives me a warning:
amplxe: Collection stopped.
amplxe: Using result path `/root/mshoushtari/workspace/fio1/r002hs'
amplxe: Executing actions 16 % Resolving information for `libpthread-2.12.so'
amplxe: Warning: Cannot match file `/usr/lib/debug/lib64/librt-2.12.so.debug': checksum mismatch.
amplxe: Warning: Cannot locate debugging symbols for file `/lib64/librt-2.12.so'.
amplxe: Executing actions 16 % Resolving information for `libc-2.12.so'
amplxe: Warning: Cannot match file `/usr/lib/debug/lib64/libpthread-2.12.so.debug': checksum mismatch.
amplxe: Warning: Cannot locate debugging symbols for file `/lib64/libpthread-2.12.so'.
amplxe: Executing actions 18 % Resolving information for `libtpsstool.so'
amplxe: Warning: Cannot locate debugging symbols for file `/opt/intel/vtune_amplifier_xe_2015.2.0.393444/lib64/libtpsstool.so'.
amplxe: Warning: Cannot match file `/usr/lib/debug/lib64/libc-2.12.so.debug': checksum mismatch.
amplxe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'.
amplxe: Executing actions 50 % Generating a report
Any idea how this should be resolved?