commit | 50d177ce62bb35c78a97caaf4423c96aa3e3746d | [log] [tgz] |
---|---|---|
author | Chinglin Yu <chinglinyu@chromium.org> | Mon Mar 25 12:05:51 2024 +0800 |
committer | Chinglin Yu <chinglinyu@google.com> | Tue Apr 09 10:37:59 2024 +0800 |
tree | ca924cdbb6da755cecbcb1876da42b472e060b35 | |
parent | df00a044decca8940682c42cc65bf3297e1d8dd7 [diff] |
tp: multi-machine: add Machine ID to storage tables This CL adds column 'machine_id' to storage tables for supporting trace data from different machines. Also add a 'machine' table for mapping the raw machine ID (field machine_id, which is a random hash value) to monotonic counter machine ID in the trace processor. Bug: 284258446 Change-Id: Ic982e14d49851d7af91f43955a09728177693bc1
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.