- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
when i use callgraph as the collector for a linux process, I get this error when specifying the 'moi':
vtl activity "tpcc" -d 300 -c callgraph -app "ds","-dd1-T556" -moi "ds"
VTune Performance Analyzer 2.0 for Linux*
Copyright (C) 2000-2003 Intel Corporation. All rights reserved.
Tue Apr 27 17:16:28 2004 Error in module ds - Module was not found or is not an ELF image.
I did notice in your docs that it is mentioned that for Linux the 'moi' is the same as the 'app'.
Please advice. Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is the application in the current directory? If so, unless you have "." in your path, you will need to specify "./ds" as the application AND moi.
Try this as a test:
vtl activity -c callgraph -app /bin/ls -moi /bin/ls run
This will confirm that everything is working correctly. Then, you just need to figure out how to specify your app and parameters in a way that vtl approves of. :-}

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