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: Ib1c936289ab769f0d104a487f28c251408696464Perfetto 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.