commit | 9756e48703804c3ad8ca1f16da18599d22af8aec | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Fri May 10 21:56:05 2024 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Tue Jun 04 20:12:58 2024 +0000 |
tree | bd1c8565d741cdcd6720f5c9b4666ded4e2e251c | |
parent | 53017f3e8a41b5fac2dad63ac40d03aad5aa0219 [diff] |
Add Trace Processor support for the AndroidInputEvent data source Create and expose three SQL tables: - android_key_events - android_motion_events - android_input_event_dispatch Bug: 332714237 Test: tools/diff_test_trace_processor.py <trace_processor_shell> \ --name-filter "AndroidInputEvent" Change-Id: I35d987f7b0dc9483ea940fa335a3f901d4c43593
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.