I'm trying to use the collector with a small program that I've created (just for testing). The following occurs:
VTune Performance Analyzer 1.0 for Linux*
Copyright (C) 2000-2003 Intel Corporation. All rights reserved.
The Activity is running.
Wed Feb 19 14:04:19 2003 Static instrumentation started
Wed Feb 19 14:04:19 2003 All functions instrumentation of module test was skipped.
Wed Feb 19 14:04:19 2003 None instrumentation of module ld-2.2.5.so was skipped.
Wed Feb 19 14:04:19 2003 Exports instrumentation of module libc-2.2.5.so was skipped.
Wed Feb 19 14:04:19 2003 All functions instrumentation of module libgcc_s.so.1 was skipped.
Wed Feb 19 14:04:19 2003 Exports instrumentation of module libm-2.2.5.so was skipped.
Wed Feb 19 14:04:19 2003 All functions instrumentation of module libstdc++.so.5.0.0 was skipped.
Wed Feb 19 14:04:19 2003 Static instrumentation done
Wed Feb 19 14:04:21 2003 Data collection started...
Wed Feb 19 14:04:21 2003 Data collection finished...
Wed Feb 19 14:04:21 2003 Data collection finished...
Wed Feb 19 14:04:21 2003 Updating call graph database...
Wed Feb 19 14:04:21 2003 Trying to find symbols for module (1 / 3) /tmp/test
Wed Feb 19 14:04:21 2003 Failed!
Wed Feb 19 14:04:21 2003 Trying to find symbols for module (2 / 3) /usr/local/gcc-3.2/lib/libgcc_s.so.1
Wed Feb 19 14:04:21 2003 Failed!
Wed Feb 19 14:04:21 2003 Trying to find symbols for module (3 / 3) /lib/libc-2.2.5.so
Wed Feb 19 14:04:21 2003 Failed!
The Activity has finished running.
The program contains symbol information (was compiled using 'g++ -g'). I've tried it multiple times with some different tests, and it all failed.
Any idea?
Failing to find symbols for module
For more complete information about compiler optimizations, see our Optimization Notice.



