commit | 1c0a500b9c323f2a2b55e596b8f7b93fed07381f | [log] [tgz] |
---|---|---|
author | Ryan Zuklie <rzuklie@google.com> | Fri Nov 18 17:03:37 2022 -0800 |
committer | Ryan Zuklie <rzuklie@google.com> | Mon Nov 21 13:32:44 2022 -0800 |
tree | b1ea5e40f3f6f2d54cb500cf4fb11948c679b969 | |
parent | 06921e5027e463675d71b2f6978cb3cda5ed5d14 [diff] |
Add config and event protos for network tracing. This adds the config and event protos for packet tracing only. Syscall tracing as a whole will come later. Bug: 246985031 Test: local build Change-Id: I8de5b1c38932010f659f9cab30f66e8a1f6b6e51
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.