commit | ec35afbdfbae1f8ab6c88150c022982d427badfa | [log] [tgz] |
---|---|---|
author | Ryan Savitski <rsavitski@google.com> | Fri Jan 29 18:39:36 2021 +0000 |
committer | Ryan Savitski <rsavitski@google.com> | Fri Jan 29 19:16:20 2021 +0000 |
tree | 0c3bc9cb9d1488c9756afe41289dd4e21f9a5273 | |
parent | 83d683fdbb2c1f5e4a903c7cadd436b3b97ead20 [diff] |
ftrace_procfs: refactor tracefs mount search and add evt->id lookup traced_perf will want to use tracefs to resolve group/name to an event id. But it doesn't yet need the full proto translation table. Including the new function as part of this patch in preparation. Tested locally, tracing still finds the tracefs under one of the two paths. Change-Id: Ifc1529f1166311edfb27dc82fdcbe7d61b3f6a36
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.