Hi!
Im trying to get the SHARED DATA CACHELINE REPORT and SHARED DATA CACHELINE DETAILED REPORT from uProf in a csv.
With the commands:
AMDuProfCLI.exe collect --config memory ..
AMDuProfCLI.exe report --detail ..
The Report will be written containing the headlines "SHARED DATA CACHELINE REPORT" and "SHARED DATA CACHELINE DETAILED REPORT" but both are empty in the csv. When i open the prd with the GUI, ´both show some data in the GUI. So the CLI collect works but not the CLI report. When i do it in 3 steps. 1: CLI collect, 2: open prd with GUI, 3: CLI report while the GUI is open and imported the prd, then it works and write both shared data with the sampled data in it.
Am i missing a parameter?
Thanks!