commit | 29486e530004b7d36410b77b1e7e016f1369522f | [log] [tgz] |
---|---|---|
author | Kevin Marshall <kmarshall@chromium.org> | Thu Aug 04 22:04:54 2022 +0000 |
committer | Kevin Marshall <kmarshall@chromium.org> | Tue Sep 06 19:26:30 2022 +0000 |
tree | dfe60b47cf67f2808dcc5b12b83d73f898b3b18b | |
parent | 8404c1cc9828cdc49a169482c09d4df2a9cd605c [diff] |
[fuchsia] Reland: Adds a callback to send a shmem FD to the client. Reland updates function signatures in host_impl_unittest.cc and ipc_integrationtest.cc so that `perfetto_unittests` builds on Chrome. Original CL description: Adds a std::function callback to AdoptConnectedSocket_Fuchsia, which is provided by the service embedder to handle the transport level details of sending the shared memory to the client. Bug: 1166873 Change-Id: I73fd04c59bda73120e0c2aafdf98a087a838ccf7
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.