Examples - Examples - 57368

uProf User Guide

Document ID
57368
Release Date
2025-06-09
Revision
5.1 English

Windows

Generate report from the raw datafile

C:\> AMDuProfCLI.exe report -i c:\Temp\cpuprof-tbp\<SESSION-DIR>

Generate IMIX report from the raw datafile

C:\> AMDuProfCLI.exe report --imix -i c:\Temp\cpuprof-imix\<SESSION-DIR>

Generate report from the raw datafile sorted on pmc event

C:\> AMDuProfCLI.exe report -s event=pmcxc0,user=1,os=0 -i c:\Temp\cpuprof-ebp\<SESSION-DIR>

Generate report from the raw datafile sorted on ibs-op event

C:\> AMDuProfCLI.exe report -s event=ibs-op -i c:\Temp\cpuprof-ibs\<SESSION-DIR>

Generate report from the raw datafile for power samples

C:\> AMDuProfCLI.exe report -i c:\Temp\pwrprof-swp\<SESSION-DIR>

Generate report with Symbol Server paths

C:\> AMDuProfCLI.exe report --symbol-path C:\AppSymbols;C:\DriverSymbols --symbol-server http://msdl.microsoft.com/download/symbols --symbol-cache-dir C:\symbols -i c:\Temp\cpuprof- tbp\<SESSION-DIR>

Generate report from the raw datafile on one of the predefined views

C:\> AMDuProfCLI.exe report --view ipc_assess -i c:\Temp\pwrprof-swp\<SESSION-DIR>

Generate report from the raw datafile providing the source and binary paths

C:\> AMDuProfCLI.exe report --bin-path Examples\AMDTClassicMatMul\bin\ --src-path Examples\AMDTClassicMatMul\ -i c:\Temp\cpuprof-tbp\<SESSION-DIR>

Linux

Generate report from the raw datafile

$ AMDuProfCLI report -i /tmp/cpuprof-tbp/<SESSION-DIR>

Generate IMIX report from the raw datafile

$ AMDuProfCLI report --imix -i /tmp/cpuprof-imix/<SESSION-DIR>

Generate report from the raw datafile sorted on pmc event

$ AMDuProfCLI report -s event=pmcxc0,user=1,os=0 -i /tmp/cpuprof-ebp/<SESSION-DIR>

Generate report from the raw datafile sorted on ibs-op event

$ AMDuProfCLI report -s event=ibs-op -i /tmp/cpuprof-ibs/<SESSION-DIR>

Generate Trace report from the raw datafile

$ AMDuProfCLI report -i /tmp/cpuprof-os/<SESSION-DIR> --category trace

Generate GPU Trace report from the raw datafile

$ AMDuProfCLI report -i /tmp/cpuprof-gpu/<SESSION-DIR> --category gputrace

Generate GPU Profile report from the raw datafile

$ AMDuProfCLI report -i /tmp/cpuprof-gpu/<SESSION-DIR> --category gpuprof