df: Add DataFrame implementation and tests Add the core DataFrame implementation with query planning support: * dataframe.h/cc: Main DataFrame class implementation with public API * query_plan.h/cc: Query planning infrastructure for DataFrame operations * dataframe_unittest.cc: Comprehensive test suite for DataFrame functionality This implementation provides the foundation for efficient data manipulation and querying in the trace processor, supporting operations like filtering, sorting, and aggregation. Change-Id: I0d002cea3032f09b304b82bdbda9dac5ce9bcc09
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.