Parsing android_fs_read events In this CL we re adding support to parse the android_fs events, one issue here is that a read start and read end events can happen on different thread we keep track of things by using a map with inode, offset and threadId to track the start and end events. Change-Id: I14fd317083ae3ac4c6bb39323ed88bb97837fab1
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.