commit | 85ca4a8c4a552415605e5be8ab7154bd0b681931 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Fri Dec 07 17:28:02 2018 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Fri Dec 07 17:28:02 2018 +0000 |
tree | 4dde1541b0799612e382a6a74a10fab437940fd3 | |
parent | 3dde0186457b1f3540282e21bc15e80d131fa0cf [diff] |
trace_processor: remove all usages of uint64_t The use of uint64_t is quite dangerous as SQLite cannot actually represent it when reporting it to users. Therefore, using it on any type which is intended for displaying to users is highly misleading and should not be used. Therefore, switch over all types to int64_t or uint32_t. Bug: 120278869 Change-Id: I2fd3a90ef8bca1d7d85ff727f2e119163f588c45
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.