Closed minzak closed 2 months ago
Our documentation doesn't say that you can just load the perf.data - instead, it suggests you run perf script
and load the text output from that - but it can be very large.
Alternatively, you can run samply import perf.data
. You can install samply as described in its readme.
Oops, I am sorry, I meant to post this comment on #5117 instead.
I think the invalid digits value: NaN
error should have been fixed by #5086, maybe that's not deployed yet?
The error means that the converted profile doesn't contain any samples.
perf.dat - is near 50MB is here - https://easyupload.io/2yf6s8 (valid 30 day)
I think the problem in this file is the -z
flag. I think samply may not have support for compressed perf.data files. As a result, it outputs a profile with no samples.
Can you try again without -z
?
To add support for -z
in samply, I think RawUserRecord::parse
needs to implement decompression for UserRecordType::PERF_COMPRESSED
records.
Can you try again without
-z
?
Yes, now without -z
- all is work !
Hm.. I loading data, in firs half second i saw all data and after that appear error screen and opened this window for write issues.
In my linux console:
console-export-2024-9-5_16-38-49.txt profile.tar.gz
perf.dat - is near 50MB is here - https://easyupload.io/2yf6s8 (valid 30 day)