commit | 28b633cd961b50c4c75bfb7f62eeac79e27c1a79 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Thu Aug 29 20:08:43 2019 +0200 |
committer | Primiano Tucci <primiano@google.com> | Thu Aug 29 20:08:43 2019 +0200 |
tree | 253faf72b37c9589f0025d98a539b609fff023fa | |
parent | e5051826c6d3bb9a0916ca828729daa3ccaa2fb0 [diff] |
Move tracing -> protozero dependency to public, fix flakes The dependency needs to be public, here's the rationale: - data_source.h has an #include "protos/perfetto/trace/trace_packet.pbzero.h" - This means that whoever includes data_source.h needs to depend on the genrule that generates trace_packet.pbzero.h - That is a public config. This was causing build flakiness. Test: manual, in v8 Change-Id: If552f87e671ef0788368bef251745a688200098c
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.