- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. I wanted to know if it is possible to dump EMON-style output from the VTune sampling collector on Windows. It seems that this can be done on the EBS sampling collector on linux for MIDs. Is such a feature available on VTune windows?
2. Is it possible to record time-stamp counter values during event-based sampling? In addition to Clockticks I also want to log TSC since ClockTicks events do not occur when the core is in HLT state.Thanks in advance for your help.Regards,-Shri
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. I wanted to know if it is possible to dump EMON-style output from the VTune sampling collector on Windows. It seems that this can be done on the EBS sampling collector on linux for MIDs. Is such a feature available on VTune windows?
2. Is it possible to record time-stamp counter values during event-based sampling? In addition to Clockticks I also want to log TSC since ClockTicks events do not occur when the core is in HLT state.Thanks in advance for your help.Regards,-Shri
Hello Shri,
1. Actually VTuneTMPerformance Analyzer can export performance data annotated with source code. But I guess that you may need other format - I suggest you to do:
1)Use "FilePack and go" to export your project to .vxp file
2) In command prompt, use "vtl unpack your_file.vxp" so you can use "vtl show" to know new activity data inserted to vtune default project. You can use "vtl show" to verify.
3) Use "vtl view a?::r? -processes" to know your app's process id.
4) Use "vtl view -pid xxx -ha - mn module_name" to display hot addresses (with function name) in your module.
2. I don't think that VTuneTM Analyzer can provide exact time-stamp info with samples. However you can use Sampling Overtime (SOT) to filter results based on your preferring time period.
Regards, Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. I wanted to know if it is possible to dump EMON-style output from the VTune sampling collector on Windows. It seems that this can be done on the EBS sampling collector on linux for MIDs. Is such a feature available on VTune windows?
2. Is it possible to record time-stamp counter values during event-based sampling? In addition to Clockticks I also want to log TSC since ClockTicks events do not occur when the core is in HLT state.Thanks in advance for your help.Regards,-Shri
Shri,
Concerning your first question, I have to say that VTune does not officially support the counting mode. However, you might nevertheless be interested in looking into the program dsep.exe that resides in the VTune directory. Some basic description is given with "dsep -help". As this is part of the VTune internals, its existence or behaviour might change with future releases of VTune without further notice.
Kind regards
Thomas
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page