commit | d2e50d578d6e82376be2f360ddae2d0d7c5e917e | [log] [tgz] |
---|---|---|
author | Samuel Wu <wusamuel@google.com> | Wed May 29 22:59:05 2024 -0700 |
committer | Samuel Wu <wusamuel@google.com> | Thu Jun 06 09:12:22 2024 -0700 |
tree | 82ee6c726db4e7088c80ba8d07e862c5eb09c113 | |
parent | 195510c3c7d2cc63634e2d2f1d8fb58ca81f321d [diff] |
stdlib: Add device name map Add device name map so that similar devices are mapped together, such that there is no duplicate data. Test: tools/diff_test_trace_processor.py out/linux/trace_processor_shell --name-filter '.*wattson.*' Bug: 329507878 Change-Id: Ia6ab18bcaf809378f581f51e3740fc7b0ec72b3b Signed-off-by: Samuel Wu <wusamuel@google.com>
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.