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

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

ashrithashenoy_u
Beginner
271 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
271 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