commit | 0441e97bb35ff8655c18ffd5b25066227748f894 | [log] [tgz] |
---|---|---|
author | Eric Seckler <eseckler@google.com> | Sat Sep 14 02:27:55 2019 +0100 |
committer | Eric Seckler <eseckler@google.com> | Mon Sep 16 16:10:49 2019 +0000 |
tree | 235c80d72c68b5340ab98e0fbde618992121d4a1 | |
parent | b76d3875bc1b2b912dfdb87daaeb80f2631fcba5 [diff] |
processor: Import chrome metadata / raw system traces with timestamps Previously we were importing these into the raw events table with ts 0, which would screw up the trace bounds calculation. We can use any reasonable timestamp for these rows in the raw table, so we're choosing the last packet timestamp seen by the tokenizer. This should work fine since metadata and raw system traces usually appear at the end of chrome traces. Change-Id: Idf5acd2916ebe3a0aa47e88439abb560b957c332
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.