You can search for identifiers within the package.
in-package search v0.2.0
eio-trace
eio-trace.fxt
Fxt.Read
Read files in Fuchsia trace format: https://fuchsia.dev/fuchsia-src/reference/tracing/trace-format
type thread = {
pid : int64;
tid : int64;
}
module Args : sig ... end
module Event : sig ... end
module User : sig ... end
module Kernel : sig ... end
module Scheduling : sig ... end
type record =
| Metadata
| Event of Event.t
| User of User.t
| Kernel of Kernel.t
| Scheduling of Scheduling.t
| Unknown of int
val records : record Seq.t Eio.Buf_read.parser
val pp_record : record Fmt.t