commit | a4c180ebeaaded8974ec174bcf3b8cf431a9d140 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Wed Sep 15 15:42:34 2021 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Thu Sep 16 14:45:12 2021 +0000 |
tree | fee3e13c8e95ed701fc41b8784eea1d93b9352a4 | |
parent | 5780a9bb07d445a9e48080d010a706780638842a [diff] |
Rename trace_filter field because it was broken Before 9bccc2d649b8("Split packets in IPC-friendly-sized slices after filtering"), setting a trace_filter could cause traced to crash. Now the problem is fixed, but, in order to prevent a new configuration (with a non-empty trace_filter) from crashing an old traced, this commit renumbers the field. Bug: 200028589 Change-Id: I9c0df14fa3690f2d47eb0eb36580631671d6fd46
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.