microsoft / Microsoft-Performance-Tools-Linux-Android

Linux, Android and Chromium Performance Tools built using the Microsoft Performance Toolkit. Cross-platform .NET Core + WPA GUI
MIT License
316 stars 34 forks source link

perf artifact recorded without -a option failed to be loaded #108

Closed ami-GS closed 1 year ago

ami-GS commented 1 year ago

Not sure here is a right place.

perf artifact generated without -a option failed to be loaded. the one can be loaded with -a option

step

perf record -F 5000 -g -o out.perf.data ${COMMAND}
perf script -i out.perf.data > out.perf.data.txt

here is the data and diagnostic console log handshake_f5000.perf.data.txt Diagnostic_Console.txt

ivberg commented 1 year ago

Can you see if this issue reproduces with Perfview ?

We use the TraceEvent library to parse the perf files. Therefore any issue discovered in perf file parsing would need to be filed in that GitHub project.