commit | 3038d38cbeb5acce6e743b46d8533a1f55cfedb7 | [log] [tgz] |
---|---|---|
author | Allen Webb <allenwebb@google.com> | Fri Oct 27 09:26:31 2023 -0500 |
committer | Allen Webb <allenwebb@google.com> | Fri Oct 27 10:11:16 2023 -0500 |
tree | 2b09e867edfc845dede9e81bc0800cf57a94026d | |
parent | a5ead19a73cc1bc745dcd2075eb73a1c6a84339a [diff] |
perfetto: Fix pkg-config compatability with the chromium build The chromium build already defines pkg_config and host_pkg_config so make sure perfetto does not doubly define them, and make the naming consistent. Bug: b:308092747 Test: emerge-${BOARD} perfetto Change-Id: I3bc7b93fcf6d2573a7e34ddd2b4c1fda48c053ce
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.