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.