package ocaml-probes

  1. Overview
  2. Docs
USDT probes for OCaml: command line tool

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=e3587acc8c957181030a4c9daac7041f44c3faf908707b9cb3b808173e19d380

CHANGES.md.html

Release v0.17.0

  • Calls to [Probes_lib.Self] now use /proc/self instead of /proc/{getpid ()}.

  • Use process_write/read insead of ptrace to access semaphores. Bug fix for failures when accessing the last semaphore with ptrace.

  • Use mprotect to update all probes on the same page instead of each probe site separately.

  • Raise if no probes are specified when running [ocaml-probes {attach,trace}] instead of enabling everything.

OCaml

Innovation. Community. Security.