Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

running callgraph with vtl

rrsubr
Beginner
402 Views
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!

0 Kudos
1 Reply
David_A_Intel1
Employee
402 Views
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. :-}
0 Kudos
Reply