-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic support for PERF_FORMAT_LOST in PerfRecordSample parsing
Without this, we incorrectly interpreted the binary data stream leading to totally bogus failures. Most notably, we ended up using the id of the PERF_FORMAT_LOST as the number of callchain samples which was really bad as that number is often very large, leading to excessive memory consumption. We do not actually read the lost values anywhere, this can come in a follow-up patch next. Fixes: KDAB/hotspot#578 Change-Id: I3f73a5f02507fd31e21577585dd89679312782d9
- Loading branch information
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters