- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
"Module Resolution" feature is available under the the "Edit Menu". This could help.
Also if you could attach the test program, we could help in much more detail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are running "vtl" - the command line interface for VTune, aren't you?
Your problems look like some components that make symbol resolution are malfunctioning.
There may be a plenty of reasons for this. Let's start from the easiest - problems with installation.
please try simple test like:
vtl activity -c callgraph -app /bin/ls -moi /bin/ls
If there are still problems with this test, please try to reinstall VTune.
Please look for errors and warnings(if any) during the installation. Looking forward for your answer. If this does not helps we should investigate more opportunities.
Thank you
Daniel
Your problems look like some components that make symbol resolution are malfunctioning.
There may be a plenty of reasons for this. Let's start from the easiest - problems with installation.
please try simple test like:
vtl activity -c callgraph -app /bin/ls -moi /bin/ls
If there are still problems with this test, please try to reinstall VTune.
Please look for errors and warnings(if any) during the installation. Looking forward for your answer. If this does not helps we should investigate more opportunities.
Thank you
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your responses. The problem was finally solved, thanks to some phone assistance. The problem was that the data directory did not have the correct permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great detective work, Yehudaw!
cheers
jdg
cheers
jdg

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page