Skip to content

Commit

Permalink
fuchsia: pass all scheduling data through the sorter
Browse files Browse the repository at this point in the history
It's possible for scheduler events to be out of order unlike what the
parser assumes (and what the comment in the parser explicitly says).

Fix this by passing the data through the sorter every time.

Change-Id: I5debd098f3ec0bbc6b92a72562e114bdad6c88dd
  • Loading branch information
LalitMaganti committed Dec 13, 2024
1 parent 76778cd commit 71ee7fa
Show file tree
Hide file tree
Showing 6 changed files with 551 additions and 431 deletions.
1 change: 1 addition & 0 deletions src/trace_processor/importers/fuchsia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ source_set("minimal") {
"../../../../include/perfetto/trace_processor:storage",
"../../../base",
"../../storage",
"../../types",
]
}

Expand Down
Loading

0 comments on commit 71ee7fa

Please sign in to comment.