Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5256 Discussions

Not Able to locate the Clockticks events using VTune commandline - vtl

ashrithashenoy_u
Beginner
608 Views
Hello Team,

I am using Intel's VTune command line (vtl) for running and profiling my application.

When i use the command,

vtl view a1::r1 -hf -mn

It displays the

hotspot functions, module name, Clockticks samples, .......Display Name, File Name, Resolved Module Path

I wanted even theClockticks events (CPU_CLK_UNHALTED.CORE events) to be displayed.
Can anyone please let me know what command needs to be given for displaying "Clockticks events".

Regards,
0 Kudos
1 Reply
Peter_W_Intel
Employee
608 Views
Probably there is no sample or a few samples captured in .
Can you verify?
vtl view a1::r1 -modules

Another possibility is : there is no symbol file with your module in same path, can you try? -
vtl view a1::r1 -ha -mn

By the way, now there is VTune second generation product, called VTune Amplifier XE. You can try this, it also has command line supp0rt , amplxe-cl.

Thanks, Peter
0 Kudos
Reply