Can WinDbg use the IptTraceStream of a Minidump?

Domani Johannes 15 Reputation points
2024-02-11T15:33:40.5766667+00:00

If I enable Intel Process Trace for a process, and then later create a minidump file for the same process with the MiniDumpWithIptTrace flag added in the MiniDumpWriteDump() call, I get an IptTraceStream in the minidump file. Presumably it contains the latest IPT data for each thread of the process at the time of the minidump creation, so I wonder if WinDbg can use this for time travel debugging of the last steps of each thread, as this could be very helpful in crashdump analysis. And if WinDbg can not do this, is there another program that can?

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,665 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.