Add utid to atrace counter events The utid already exists but was discarded since the UI typically rendered this as per-process tracks. There are cases where it's important to know the thread emitting these. Added the utid to each row as an arg_set_id 'utid' key. Test: tools/diff_test_trace_processor.py out/android/trace_processor_shell --name-filter '.*counter.*arg_set_id' Change-Id: I4f764c73ec4a78a6b19e04d6d3314b5e7addb906
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.