commit | 84065a134910ec8b007c6cc23da63747ed6b310d | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Apr 09 16:17:54 2024 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Apr 09 16:17:54 2024 +0100 |
tree | 681529b49fa7500fd733a556e54e99bf0b0b57e5 | |
parent | 1fee977d12069ddc3e71886b089cf45d20c79218 [diff] |
tp: fix invalid use and memory leak The vtab needs to be last thing that's released as SQLite won't free it unless we return OK. Also we were accidentally using after we'd moved from the pointer. Change-Id: I18bfa7e41ba173ea2c486aa3d9abf127aaeb1b76
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.