DPC latency from Storport.sys

Hi thebobzer. :welcome:
Where did you get that cpu.etl?
I can't see much in it...

Download and install the Windows Performance Toolkit on dev.windows.com - Windows Software Development Kit (SDK) for Windows 10 - sdksetup.exe 1.12MB (click):
Read More:
Then open an elevated command prompt (right-click on the windows start button on bottom-left corner, left-click Command Prompt (Admin)) and launch these commands:
Read More:
You can also read the original tutorial/guide and its following posts for more informations:
How to Diagnose and Fix High DPC Latency Issues with WPA (Windows Vista/7/8) (click) (by Niemiro)
 
Hello xilolee,

Thank you for your time and your in-depth response. I got that CPU.etl by following the steps reproduced in this thread:
Read More:


When i try to generate a new CPU.etl file I get stuck on number 2. I get the following message:error.PNG
*edit* the translation: can't make a file that's already existing.

Thanks again for looking into my case
 
The SDK you see in TomasD's post is for windows 8/8.1.
My suggestion is to uninstall it and install the new one of Win10.
This is not mandatory, but if you are using Win10, why should you install old tools (when there are new ones)?

By the way, about that error you are getting, could it be you didn't stop the tracing (maybe that could explain for/why the trace was incomplete)?
 
Hi,

When I installed the tool, I didn't install the tool for windows 8/8.1, but the one for windows 10.
Schermafdruk 2016-01-10 23.46.27.png
I think the trace did stop. I just followed all the commands and it produced the file..
 
Good!
I see you have got a more updated version than mine, maybe it is me that should change the version! ;)
It seems you installed everything; it would have sufficed to install only the Windows Performance Toolkit.
However, re-try to generate a new trace.
 
Let's try updating the audio driver (if you haven't already updated it).
Go to device manager, sound, video and game controllers, right-click on your sound card(s), click update driver software, click search automatically for updated driver software.
If it won't find it, check for audio driver of your PC model on the manufacturer website.
If you can't find it, and you are using Xonar Essence STX (like it seems from the trace), check:
Code:
ASUS Xonar Essence STX driver for Windows 10 x64 Version 8.1.8.1823

https://www.asus.com/Essence-Hi-Fi-Audio/Xonar_Essence_STX/HelpDesk_Download
I've also seen a bunch of conhost.exe and bztrans64_thread01.exe <---> bztrans64_thread09.exe.
That is something I didn't like to see, but it could be normal if you are using Backblaze Unlimited Backup (?).
 
Hi,

Thank you so much for your advice. I installed the latest update for my ASUS sound card when I installed windows 10 about a week ago. I tried reinstalling it, but that didn't seem to help.
I am using Backblaze Unlimited Backup to backup my files. I hope that program isn't an issue.
 
USB.dll is another module in the first hits.
What USB devices are you using?

Additional informations could be useful; for example:
  • System information log (run it from an elevated command prompt):
    Code:
    msinfo32 /nfo %desktop%\MsInfo.nfo
  • Retrieve System Information, using speccy
    1. Download Speccy portable - actual version 1.29.714 (click), unzip/decompress it and put it on your desktop.
    2. When the program opens, it will retrieve some information regarding your system.
    3. Once it's done, select the File menu and choose Publish snapshot. Answer Yes to the confirmation message.
    4. On the next screen that comes up, choose the Copy to Clipboard button and paste this link in your next reply.
 
Sorry, the command for System information is:
Code:
msinfo32 /nfo %userprofile%\desktop\MsInfo.nfo
(I created the %desktop% variable to speed up the typing on the keyboard ;)).
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top