commit | 84aa902bbf7fed5e6efe3b53e1c55d967164e655 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Fri Mar 17 20:29:56 2023 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Mon Mar 20 13:34:15 2023 +0000 |
tree | 3f0671735e5b3eab07de02d899bb742de082fced | |
parent | 157d7105e67d446bca1f95133d0a5e90b90624c4 [diff] |
tp: migrate dynamic tables to be table functions This makes our terminology more consistent with what we can do in SQL: a follow up commit will also change view function -> table function to match other SQL engines. This is a pure refactor with no functional impact. Doc: go/perfetto-tp-code-reorg Change-Id: I626df0bd28b24a007b594d842b9ce922e8caec42 Bug: 261195778
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.