Support for recursive SQL functions Currently Perfetto SQL functions can't reference themselves, because we prepare the statement as a part of a function registration, which will fail if the function references itself (and we do not support function re-registration). Change-Id: I52de8cd3c818abd1347fb52f87121971a2e1f698
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.