commit | 6b25753ea5edf9c31b4106cac5921064714a4f6c | [log] [tgz] |
---|---|---|
author | Bartłomiej Grzesik <bag@semihalf.com> | Mon Aug 08 09:34:15 2022 +0000 |
committer | Bartłomiej Grzesik <bag@semihalf.com> | Mon Aug 08 09:34:15 2022 +0000 |
tree | fd9711f7f883b5f8cfcdc95ecbdd41329c67d8e1 | |
parent | c7072e645ea2540075aa10e3c3caa9f3cc168303 [diff] |
Add V4L2 Ftrace events This CL add support for following tracing V4L2 Ftrace events: * v4l2/v4l2_qbuf * v4l2/v4l2_dqbuf * v4l2/vb2_v4l2_buf_queue * v4l2/vb2_v4l2_buf_done * v4l2/vb2_v4l2_qbuf * v4l2/vb2_v4l2_dqbuf Bug: 217825939 Bug: 217827216 Bug: 232531771 Test: recorded a perfetto trace Change-Id: I6d1ffbb005f00968281c557e684e38cfc86c2df1
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.