commit | 389e81f9b3b5b7af0ed67af119d81d3afc379a0b | [log] [tgz] |
---|---|---|
author | Yuan Yao <yuanyaogoog@google.com> | Tue Nov 12 04:06:34 2024 +0000 |
committer | Yuan Yao <yuanyaogoog@google.com> | Thu Nov 14 04:51:31 2024 +0000 |
tree | 82599355093215a1ba4e3fd040115028bf634cec | |
parent | 0c7c31a1bf09e11de2c4364e00bcad3ce91e13b3 [diff] |
add do_sys_open ftrace events do_sys_open ftrace event helps tracing the path processes opened. This tracepoint is a non-standard trace point which only exits in ChromeOS and some Android variants with development kernel. It's introduced for developers to debug on the file path in Android: https://source.android.com/docs/core/perf/boot-times. Bug: 378591098 Test: capture perfetto trace & check Change-Id: I276b723cd54fda6314f797b94acc6b83ecdea32b
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.