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

How to view the sampling of one particular instruction over time?

Aries1
Beginner
313 Views

Hi All,

Right now I can see, for example,

mov eax, dword ptr[...] occupies 50% L1D miss of the program.

Is it possible to view the pattern of L1D miss of this instruction over time?

is it possible to see the detailed sampling result(i.e. number of L1d miss event at a particular time at particular line)? Thank you!

Aries

0 Kudos
1 Reply
Peter_W_Intel
Employee
313 Views

Hi Aries,

Sampling Over Time (SOT) only supports on processes report, threads report, modules report, does NOT support hotspots (hot functions) report and source / assembly lines.

That means if the user wants to get filtered data, the entry points should be from processes/threads/modules report.

Regards, Peter

0 Kudos
Reply