Use the following commands to:
Print the system details
C:\> AMDuProfCLI.exe info --system
Print the list of predefined profiles
C:\> AMDuProfCLI.exe info --list collect-configs
Print the list of PMU events
C:\> AMDuProfCLI.exe info --list pmu-events
Print the list of predefined report views
C:\> AMDuProfCLI.exe info --list view-configs
Print details of predefined profile such as “assess_ext”
C:\> AMDuProfCLI.exe info --collect-config assess_ext
Print the details of the pmu-event such as PMCx076
C:\> AMDuProfCLI.exe info --pmu-event pmcx76
Print details of view configuration such as ibs_op_overall
C:\> AMDuProfCLI.exe info --view-config ibs_op_overall
Print the list of trace events
C:\> AMDuProfCLI.exe info --list trace-events