Skip to content

Commit

Permalink
RHEL-67132: trace: fix readme file
Browse files Browse the repository at this point in the history
Correct order of parameters in call of ParseTrace.bat

Signed-off-by: Yuri Benditovich <[email protected]>
  • Loading branch information
ybendito authored and YanVugenfirer committed Dec 24, 2024
1 parent a01c696 commit cf4a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/trace/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can also decode this ETL file to see a human-readable data. For that you nee
They are usually under C:\Program Files (x86)\Windows Kits\10\bin\...\x64
Place both utilities and the PDB file to the same "Desktop\trace" directory
- From the same command line window type:
ParseTrace.bat <ETLFileName> <PDBFileName>
ParseTrace.bat <PDBFileName> <ETLFileName>

For getting driver traces from the system boot, refer
https://learn.microsoft.com/en-us/windows/win32/etw/configuring-and-starting-an-autologger-session

0 comments on commit cf4a1c9

Please sign in to comment.