Eio_unix.CtfSourceUses Mtime_clock to write timestamps.
mmap_buffer ~size path initialises file path as an empty buffer for tracing.
with_tracing path fn is a convenience function that uses mmap_buffer to create a log buffer, calls Ctf.Control.start to start recording, runs fn, and then stops recording.