commit | 9b95139ed2811e3ff27912bfaf31c8ace8dc4a14 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Fri Aug 12 11:17:12 2022 +0100 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Fri Aug 12 11:29:42 2022 +0100 |
tree | b64a8926dd779c2ee2ae89e9073436d8c49693e5 | |
parent | 8537afe24e622d3580753220cd5554c58b220113 [diff] |
syscall_table: Build on windows syscall_table is used by trace_processor and needs to build everywhere. Windows doesn't have "sys/utsname.h". On Mac, there's no point in returning the syscall table for the current arch, because it uses a different kernel anyway. Also, mark the constructor explicit, as suggested by clang. Change-Id: If5f2bae3e26695b631631863e0582276f95add87
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.