ftrace: improve ergonomics of "syscall_events" option Right now you have to write: ftrace_events: "raw_syscalls/sys_enter" ftrace_events: "raw_syscalls/sys_exit" syscall_events: "sys_poll" syscall_events: "sys_ppoll" And after this patch, we'll infer the event: syscall_events: "sys_poll" syscall_events: "sys_ppoll" Change-Id: I65155a131be1d839a351ca2ecfd30927dd70a3fb
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.