commit | 0dc67c88a76e931cf1510ebc0bff8c066b59ddf4 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Wed Feb 21 17:27:42 2024 +0000 |
committer | Primiano Tucci <primiano@google.com> | Wed Feb 21 17:27:42 2024 +0000 |
tree | 485ff3cd80f29f27131565f8338c4281c68d1f09 | |
parent | 4183dabcac163845c7207da5d1d8a6e3927b95dc [diff] |
PRESUBMIT: detect invalid #include statements Detects the following: - #include "foo.h" rather than "src/xxx/foo.h" - #include "include/perfetto/foo.h" rather than "perfetto/foo.h" Change-Id: I199119c5e37859b4faa63e39bbac9b49446aa976
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.