commit | 6cfe30d8947ea362d4ca8a5fe09fcfd28645b3ad | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Wed Mar 13 12:14:22 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Wed Mar 13 12:14:22 2024 -0700 |
tree | 2f58ea09091dcd37cef13a5d72aa59b2a7e25654 | |
parent | 6e398c3d3f5005fb39a36b9f711fdbf29acf981c [diff] |
Trace Redaction - Expand 'scrub ftrace events' test coverage 1. Added integration test that pushes an actual trace through 'scrub ftrace events' and makes sure the allow-listed events are not affected. 2. Remove the old serialization tests and replaces them with tests that: a: uses TestConfig's DummyFields to communicate and enfore types (e.g. field_sfixed32). b: cover each values full domain (e.g. min int 32 to max int 64). Bug: 318576499 Change-Id: Ib1c936289ab769f0d104a487f28c251408696464
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.