commit | 35d4d8b08f411cc6bd08e5e8f35c9ce901cbe1ba | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Fri Dec 08 18:05:50 2023 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Fri Dec 08 18:05:50 2023 +0000 |
tree | 678a574d1cda239d02029991a8b1e567fb9a1f15 | |
parent | 94732249177e2ad5d4180b2faa4bf9dd619228bf [diff] |
tp: fix OOB access when a function errors Create the function straight away to avoid crashing when erroring on a function because of bad arguments. Change-Id: I52caea70ad3a80752a6e892bc12e6fad7618cc15 Bug: https://github.com/google/perfetto/issues/661
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.