ocaml-trace/src/perfetto
Simon Cruanes 5e69650534
add perfetto with single .proto file, parts of it commented
we only want to encode data, and only part of it, so we can skip
some java-specific messages, as well as the whole Ftrace subsystem.
2025-11-04 13:21:49 -05:00
..
dune add perfetto with single .proto file, parts of it commented 2025-11-04 13:21:49 -05:00
perfetto_trace.ml add perfetto with single .proto file, parts of it commented 2025-11-04 13:21:49 -05:00
perfetto_trace.mli add perfetto with single .proto file, parts of it commented 2025-11-04 13:21:49 -05:00
perfetto_trace.proto add perfetto with single .proto file, parts of it commented 2025-11-04 13:21:49 -05:00
README.md add perfetto with single .proto file, parts of it commented 2025-11-04 13:21:49 -05:00

NOTES

  • to generate, make genproto in root directory. Pay attention to the version of ocaml-protoc.
  • we commented some parts that are not really relevant to reduce the size of the code.