package eio-trace

  1. Overview
  2. Docs

Read files in Fuchsia trace format: https://fuchsia.dev/fuchsia-src/reference/tracing/trace-format

type thread = {
  1. pid : int64;
  2. tid : int64;
}
module Args : sig ... end
module Event : sig ... end
module User : sig ... end
module Kernel : sig ... end
module Scheduling : sig ... end
type record =
  1. | Metadata
  2. | Event of Event.t
  3. | User of User.t
  4. | Kernel of Kernel.t
  5. | Scheduling of Scheduling.t
  6. | Unknown of int
val records : record Stdlib.Seq.t Eio.Buf_read.parser
val pp_record : record Fmt.t
OCaml

Innovation. Community. Security.